+ {{ 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 @@
{{ range $i, $tag := . }}
-
{{ if lt $i $subtotal }} {{ end }}
{{ end }}
{{ end }}
@@ -31,4 +31,4 @@