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.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/_layout/tag.html b/_layout/tag.html
new file mode 100644
index 0000000..979b60c
--- /dev/null
+++ b/_layout/tag.html
@@ -0,0 +1,18 @@
+<!doctype html>
+<html lang="en">
+<head>
+  <meta charset="UTF-8">
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <link rel="stylesheet" href="/css/franklin.css">
+  <link rel="stylesheet" href="/css/basic.css">
+  <title>Tag: {{fill fd_tag}}</title>
+</head>
+<body>
+  {{insert header.html}}
+  <div class="{{div_content}}">
+    <h1>Tag: {{fill fd_tag}}</h1>
+    {{taglist}}
+    {{insert page_foot.html}}
+  </div>
+</body>
+</html>