added various SVG and fixed display of footer and some shortcodes. Initial fix of...
[theme-danix.xyz.git] / layouts / partials / prev-next.html
CommitLineData
c2ea6701 1 <ul class="prev-next align-center">
c2ea6701 2 {{with .PrevInSection }}
3 <li><a class="button small" href="{{.RelPermalink}}">Previous Article</a></li>
4 {{end}}
26ee5f4d 5 {{with .NextInSection }}
6 <li><a class="button small" href="{{.RelPermalink}}">Next Article</a></li>
7 {{end}}
c2ea6701 8 </ul>