lugo/layouts/partials/footer.html

9 lines
263 B
HTML
Raw Normal View History

2022-07-11 15:31:08 +00:00
{{ partial "taglist.html" . }}
2022-06-28 23:06:38 +00:00
</main>
<footer>
2022-07-11 15:06:43 +00:00
<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>
2022-06-28 23:06:38 +00:00
</footer>
2022-04-14 20:07:48 +00:00
</body>
</html>