diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-09 14:16:22 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-09 14:16:22 +0530 | 
| commit | b0f2f750d54a44704a86467ff163caf809ce38b1 (patch) | |
| tree | 3182e0a96fa5493f223eb0fd7b486c2df132e8d4 /projects/msg.md | |
| parent | 8e824d37627b5e874469301755ca5593a4580ff6 (diff) | |
msg: EACHDO directives now require resources
Diffstat (limited to '')
| -rw-r--r-- | projects/msg.md | 2 | 
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 }}  ``` | 
