fix: Renamed some data keys.

This commit is contained in:
Spencer Brower
2026-07-19 11:26:04 -04:00
parent 6f6c0dddd1
commit ce0f662c92
4 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
<main>
<h1>{{page_title}}</h1>
{{&body}}
{{#year_sections}}
{{#by_year}}
<section>
<h2>{{year}}</h2>
<ul>
@@ -13,7 +13,7 @@
{{/posts}}
</ul>
</section>
{{/year_sections}}
{{/by_year}}
</main>
{{/content}}
{{/base}}