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

8 lines
182 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-16 22:49:29 +00:00
{{ partial "nav-social.html" . }}
2022-10-11 09:54:07 +00:00
<a href="#top">back to top</a>
</div>
2022-12-19 16:20:54 +00:00
</footer>