summaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
blob: 3d1282e243cf1b6ae2b6f88724cb738c779be1a8 (plain)
1
2
3
4
5
6
7
8
9
10
<!-- {{ partial "nextprev.html" . -}} -->
<!-- {{ partial "taglist.html" . -}} -->
</article>
</main>
<footer>
	<a href="{{ .Site.BaseURL }}">{{ .Site.BaseURL }}</a><br><br>
	<a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates."></a>
</footer>
</body>
</html>