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
@@ -5,10 +5,10 @@
{{&body}}
</header>
<ul>
{{#list_pages}} <li><a href="{{permalink}}">{{&title}}</a><span>{{#date_iso}}<time
{{#pages}} <li><a href="{{permalink}}">{{&title}}</a><span>{{#date_iso}}<time
datetime="{{date_iso}}">{{date_display}}</time>{{/date_iso}}</span>
</li>
{{/list_pages}}
{{/pages}}
</ul>
</main>
{{/content}}
+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}}