hugo-theme/layouts/partials/footer.html

9 lines
230 B
HTML
Raw Normal View History

2024-01-29 04:53:34 +00:00
<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>