jakubb-hugo/layouts/partials/footer.html
2024-01-28 23:53:34 -05:00

9 lines
230 B
HTML

<footer>
<hr/>
<a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a><br/>
<a href="/contact">[ Contact ]</a> <a href="/donate">[ Donate ]</a> <a href="/donate">[ RSS ]</a> <br/>
</footer>
</div>
</body>
</html>