aboutsummaryrefslogtreecommitdiff
path: root/projects/msg.md
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-08-29 14:15:28 -0400
committerRaghuram Subramani <raghus2247@gmail.com>2025-08-29 14:15:28 -0400
commit79cd78e1c2e10261387560f752cb9bfedf1b1d0c (patch)
tree54b51c4e147308f8ef4c02fee7750f97c61b4194 /projects/msg.md
parent1c78adb301e6dbe46518a0da0688f1d9f0db698e (diff)
projects: use nested blocks to define a list of links
Diffstat (limited to 'projects/msg.md')
-rw-r--r--projects/msg.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/projects/msg.md b/projects/msg.md
index 36e357f..64893cb 100644
--- a/projects/msg.md
+++ b/projects/msg.md
@@ -3,8 +3,10 @@ description = An incredibly opinionated, hackable, minimal Static Site Generator
languages = C
url = /projects/msg
template = project.html
-link = https://github.com/compromyse/msg
-linklabel = SOURCE
+links = [
+ href = https://github.com/compromyse/msg
+ label = SOURCE
+]
priority = 4
---