redstrate.com/themes/red/layouts/partials/footer.html
Joshua Goins ff3b6b6d70 Fix bottom banners accidentally getting adblocked
I just increased the height by one pixel, which shouldn't be an issue.
2022-10-05 10:58:44 -04:00

17 lines
580 B
HTML

Copyright (c) 2022. <a href="https://git.sr.ht/~redstrate/redstrate.com/tree/master/item/content/{{ .File.Path }}?view-source">View Source</a>
<div>
{{ with resources.Get "cc-by-nc-sa.gif" }}
<a href="/license">
<img width="88" height="32" src="{{ .Permalink }}" alt="CC NC SA">
</a>
{{ end }}
{{ with .OutputFormats.Get "RSS" }}
<a href="{{ .RelPermalink }}">
{{ with resources.Get "rss-button.gif" }}
<img width="88" height="32" src="{{ .Permalink }}" alt="RSS Feed">
{{ end }}
</a>
{{ end }}
</div>