lugo/layouts/partials/footer.html
2024-04-01 08:48:06 -06:00

7 lines
329 B
HTML

<hr>
<footer>
Fund the web dev in XMR:
<p id="xmr" class="copy">wallet address here</p>
<a href="{{ .Site.BaseURL }}">{{ .Site.BaseURL }}</a>
{{- 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."></a>{{ end }}
</footer>