diff --git a/layouts/partials/post-meta-after.html b/layouts/partials/post-meta-after.html index 2c9c5cd..1548841 100644 --- a/layouts/partials/post-meta-after.html +++ b/layouts/partials/post-meta-after.html @@ -1,22 +1,14 @@ -
- +
+ {{ with .PrevInSection -}} + + + {{ .Title }} + + {{- end }} + {{ with .NextInSection -}} + + {{ .Title }} + + + {{- end }}
diff --git a/layouts/partials/post-meta-before.html b/layouts/partials/post-meta-before.html index 7b211b2..c42d96d 100644 --- a/layouts/partials/post-meta-before.html +++ b/layouts/partials/post-meta-before.html @@ -23,7 +23,7 @@
{{ $subtotal := sub $total 1 }} {{ range $i, $tag := . }} - #{{ $tag | lower }} + {{ $tag | lower }} {{ if lt $i $subtotal }} {{ end }} {{ end }} {{ end }} @@ -31,4 +31,4 @@
{{ .ReadingTime }} min read
-{{ end }} \ No newline at end of file +{{ end }} diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index bfcd559..f8e849d 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -1,5 +1,5 @@ -