about summary refs log tree commit diff homepage
path: root/_layout/tag.html
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-12-22 17:36:16 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-12-22 17:36:16 +0700
commitee131010bc85332db483ae2e770495f29c168773 (patch)
tree96cadc3da23bd464feebf58e26f1f650399a2ffa /_layout/tag.html
parent3fae5dd37c658eb185fec2ad99dd11cacf97b7bb (diff)
downloadsite-ee131010bc85332db483ae2e770495f29c168773.tar.gz
Outsource more to injection phase
Diffstat (limited to '_layout/tag.html')
-rw-r--r--_layout/tag.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/_layout/tag.html b/_layout/tag.html
index a9de4ae..72fd0d2 100644
--- a/_layout/tag.html
+++ b/_layout/tag.html
@@ -2,10 +2,11 @@
 <title>Tag: {{fd_tag}}</title>
 <body>
 {{insert header.html}}
-<div class=franklin-content>
+<main class=franklin-content>
   <h1>Tag: {{fd_tag}}</h1>
   {{taglist}}
-  {{insert page_foot.html}}
-</div>
+  {{openring}}
+</main>
+{{insert footer.html}}
 </body>
 </html>