refactor: $content, and &body renamed to $main and &content.

This commit is contained in:
Spencer Brower
2026-07-24 12:53:47 -04:00
parent 75a7d7a14b
commit 033e7f4f79
8 changed files with 18 additions and 17 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
{{<base}}
{{$content}}
{{$main}}
<main>
<header>
{{&body}}
{{&content}}
</header>
<ul>
{{#pages}} <li><a href="{{permalink}}">{{&title}}</a><span>{{#date_iso}}<time
@@ -11,5 +11,5 @@
{{/pages}}
</ul>
</main>
{{/content}}
{{/main}}
{{/base}}