aboutsummaryrefslogtreecommitdiff
path: root/projects/msg.md
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-08-09 14:16:22 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-08-09 14:16:22 +0530
commitb0f2f750d54a44704a86467ff163caf809ce38b1 (patch)
tree3182e0a96fa5493f223eb0fd7b486c2df132e8d4 /projects/msg.md
parent8e824d37627b5e874469301755ca5593a4580ff6 (diff)
msg: EACHDO directives now require resources
Diffstat (limited to '')
-rw-r--r--projects/msg.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/msg.md b/projects/msg.md
index 9bb0c80..acb7a30 100644
--- a/projects/msg.md
+++ b/projects/msg.md
@@ -86,7 +86,7 @@ title = XYZ
<h1>XYZ!</h1>
<!-- index.html -->
-{{ eachdo projects }}
+{{ eachdo resources.projects }}
<p>{{ put title }}</p>
{{ endeachdo }}
```