added various SVG and fixed display of footer and some shortcodes. Initial fix of...
[theme-danix.xyz.git] / layouts / partials / prev-next.html
index d22f721..b6f8ce4 100644 (file)
@@ -1,8 +1,8 @@
        <ul class="prev-next align-center">
-               {{with .NextInSection }}
-                       <li><a class="button small" href="{{.RelPermalink}}">Next Article</a></li>
-               {{end}}
                {{with .PrevInSection }}
                        <li><a class="button small" href="{{.RelPermalink}}">Previous Article</a></li>
                {{end}}
+               {{with .NextInSection }}
+                       <li><a class="button small" href="{{.RelPermalink}}">Next Article</a></li>
+               {{end}}
        </ul>