aboutsummaryrefslogtreecommitdiffhomepage
path: root/_layout/tag.html
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-11-16 17:35:21 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-11-16 17:35:21 +0700
commitac73f7ff7739157254bfcec36ef9463c86b0de72 (patch)
tree0ec1c17c81a56d0ecb0754bad489124a2e3f4545 /_layout/tag.html
parentf3074f4e4e88e0f27ac115535479382460cdfb82 (diff)
downloadsite-ac73f7ff7739157254bfcec36ef9463c86b0de72.tar.gz
Overhaul style
Diffstat (limited to '_layout/tag.html')
-rw-r--r--_layout/tag.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/_layout/tag.html b/_layout/tag.html
index b815535..fb18574 100644
--- a/_layout/tag.html
+++ b/_layout/tag.html
@@ -3,13 +3,13 @@
<meta charset=UTF-8>
<meta name=viewport content='width=device-width, initial-scale=1'>
<link rel=stylesheet href=/css/style.css>
-<title>Tag: {{fill fd_tag}}</title>
+<title>Tag: {{fd_tag}}</title>
<body>
- {{insert header.html}}
- <div class=franklin-content>
- <h1>Tag: {{fill fd_tag}}</h1>
- {{taglist}}
- {{insert page_foot.html}}
- </div>
+{{insert header.html}}
+<div class=franklin-content>
+ <h1>Tag: {{fd_tag}}</h1>
+ {{taglist}}
+ {{insert page_foot.html}}
+</div>
</body>
</html>