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
+1 -1
View File
@@ -6,7 +6,7 @@
</head>
<body>
{{$nav}}{{/nav}}
{{$content}}{{/content}}
{{$main}}{{/main}}
{{$sidebar}}{{/sidebar}}
{{$footer}}{{/footer}}
</body>
+2 -2
View File
@@ -12,7 +12,7 @@
</ul>
</nav>
{{/nav}}
{{$content}}
{{$main}}
<main>
<h1>Archive</h1>
{{#posts | group_by year}}
@@ -26,7 +26,7 @@
</section>
{{/posts}}
</main>
{{/content}}
{{/main}}
{{$sidebar}}
<aside>
<h3>Recent Comments</h3>