diff options
Diffstat (limited to 'html/blog.tmpl.html')
-rw-r--r-- | html/blog.tmpl.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/html/blog.tmpl.html b/html/blog.tmpl.html index 0f36f63..2e586dc 100644 --- a/html/blog.tmpl.html +++ b/html/blog.tmpl.html @@ -3,6 +3,18 @@ {{ define "keywords" }}blog{{end}}
{{ define "main" }}
+ <div>
+ <input type="checkbox" class="side-toggler">
+ <span class="carrot">></span>
+ <div class="in-page-nav-group">
+ <h2 id="pgnv">Page Navigation</h2>
+ <nav class="in-page-nav" aria-labelledby="pgnv">
+ <a href="/blog#">Blog</a>
+ <a href="/blog#archive">Archive</a>
+ <a href="/blog#extended-archive">Extended Archive</a>
+ </nav>
+ </div>
+ </div>
<section>
<div class="main-bg">
<h1>Blog</h1>
|