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/index.html | |
| parent | 8e824d37627b5e874469301755ca5593a4580ff6 (diff) | |
msg: EACHDO directives now require resources
Diffstat (limited to '')
| -rw-r--r-- | projects/index.html | 2 | 
1 files changed, 1 insertions, 1 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"> | 
