summaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html14
1 files changed, 9 insertions, 5 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index f5836cc..49c7585 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -52,7 +52,7 @@
<a href="/">Home</a>
<a href="/about">About</a>
<a href="/links">Links</a>
- <a href="https://vcs.sapka.me">VCS</a>
+ <a href="https://vcs.sapka.me">VCS</a>
<a href="/index.xml">RSS</a>
</nav>
<nav id="categories-nav">
@@ -60,20 +60,24 @@
<a href="/category/emacs">Emacs</a>
<a href="/category/bsd">BSD</a>
<a href="/category/computer-history">Computer History</a>
- <a href="/category/star-trek">Star Trek</a>
+ <a href="/star-trek">Star Trek</a>
</nav>
</nav>
-
- </header>
-
+ </header>
<main class="right-column">
+
+ {{ partial "back_nav" . }}
+
{{ block "main" . }}
{{ end }}
{{ block "pagination" . }}
{{ end }}
+
+ {{ partial "back_nav" . }}
+ <br><br>
</main>