]> git.vanrenterghem.biz Git - www2.vanrenterghem.biz.git/blobdiff - html/tags.mustache
Voeg Mustache opmaak voor tags toe.
[www2.vanrenterghem.biz.git] / html / tags.mustache
diff --git a/html/tags.mustache b/html/tags.mustache
new file mode 100644 (file)
index 0000000..ae086d9
--- /dev/null
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    {{>head}}
+    {{>post-head}}
+  </head>
+  <body>
+    {{>navbar}} 
+      <nav aria-label="breadcrumb">
+        <ol class="breadcrumb">
+          <li class="breadcrumb-item"><a href="/">Home</a></li>
+          <li class="breadcrumb-item"><a href="/posts/sitemap.html">Blog</a></li>
+         <li class="breadcrumb-item"><a href="/tag-index.html">Tags</a></li>
+          <li class="breadcrumb-item active" aria-current="page">{{title}}</li>
+        </ol>
+      </nav>
+      <section id="content" role="main" class="e-content container">
+        <h1>{{title}}</h1>
+          {{{contents}}}
+      </section>
+       {{>footer}}
+  </body>
+</html>