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 | |
| parent | 8e824d37627b5e874469301755ca5593a4580ff6 (diff) | |
msg: EACHDO directives now require resources
Diffstat (limited to 'projects')
| -rw-r--r-- | projects/index.html | 2 | ||||
| -rw-r--r-- | projects/msg.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/projects/index.html b/projects/index.html index 6648101..9ffb78c 100644 --- a/projects/index.html +++ b/projects/index.html @@ -8,7 +8,7 @@ title = PROJECTS <div class="card-container"> - {{ eachdo projects }} + {{ eachdo resources.projects }} <a href="{{ put url }}" class="card-anchor button-inverted"> <div class="flex flex-col gap-2 pt-2 items-center items-center"> 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 }} ``` |
