lugo/layouts/partials/footer.html

11 lines
308 B
HTML
Raw Normal View History

{{ partial "nextprev.html" . -}}
2022-07-11 18:11:52 +00:00
{{ partial "taglist.html" . -}}
</article>
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>