lugo/layouts/partials/footer.html

5 lines
259 B
HTML
Raw Normal View History

2024-02-07 23:08:16 +00:00
<hr>
<footer>
2024-04-01 14:45:44 +00:00
<a href="{{ .Site.BaseURL }}">{{ .Site.BaseURL }}</a>
2024-04-09 00:47:45 +00:00
{{- if .Param "showrss" }}<br><br><a href="/index.xml"><img src="/rss.svg" style="max-height:1.5em" alt="RSS Feed" title="Subscribe via RSS for updates." class="rss"></a>{{ end }}
</footer>