about summary refs log tree commit diff homepage
path: root/_layout/tag.html
diff options
context:
space:
mode:
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>