hugo-theme-paradox/layouts/partials/site-footer.html

9 lines
148 B
HTML
Raw Normal View History

2022-10-11 09:54:07 +00:00
<footer class="site-footer">
<hr>
<div class="container">
2022-10-14 08:36:35 +00:00
{{ partial "nav-footer.html" . }}
2022-10-11 09:54:07 +00:00
<a href="#top">back to top</a>
</div>
</footer>