aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/layouts/partials/meta-tag_nav.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/meta-tag_nav.html')
-rw-r--r--layouts/partials/meta-tag_nav.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layouts/partials/meta-tag_nav.html b/layouts/partials/meta-tag_nav.html
new file mode 100644
index 0000000..8e68c5c
--- /dev/null
+++ b/layouts/partials/meta-tag_nav.html
@@ -0,0 +1,13 @@
+<div class="links-container section-nav">
+{{ with .PrevInSection }}
+ <a href="{{ .RelPermalink }}" class="prev">Previous: {{ .Title }}</a>
+{{ end }}
+{{ with .NextInSection }}
+ <a href="{{ .RelPermalink }}" class="next">Next: {{ .Title }}</a>
+{{ end }}
+</div>
+<div class="links-container">
+ <a href="/{{ .Section }}" class="meta-tag">{{ title .Section }}</a>
+ {{ partial "categories.html" . }}
+ {{ partial "tags.html" . }}
+</div>