Fix bottom banners accidentally getting adblocked

I just increased the height by one pixel, which shouldn't be an issue.
This commit is contained in:
Joshua Goins 2022-10-05 10:58:44 -04:00
parent 4a481c6cc0
commit ff3b6b6d70

View file

@ -3,14 +3,14 @@ Copyright (c) 2022. <a href="https://git.sr.ht/~redstrate/redstrate.com/tree/mas
<div>
{{ with resources.Get "cc-by-nc-sa.gif" }}
<a href="/license">
<img width="88" height="31" src="{{ .Permalink }}" alt="CC NC SA">
<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="31" src="{{ .Permalink }}" alt="RSS Feed">
<img width="88" height="32" src="{{ .Permalink }}" alt="RSS Feed">
{{ end }}
</a>
{{ end }}