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