add explicit width to badges

This commit is contained in:
Joshua Goins 2022-12-28 11:51:59 -05:00
parent 162d87ad7e
commit 5c86318c26

View file

@ -1,18 +1,18 @@
<div id="f-badges"> <div id="f-badges">
{{ with resources.Get "by-nc-sa.webp" }} {{ with resources.Get "by-nc-sa.webp" }}
<img height="15" src="{{ .Permalink }}" alt="CC NC SA"> <img height="15" width="80" src="{{ .Permalink }}" alt="CC NC SA">
{{ end }} {{ end }}
{{ with resources.Get "rssbanner.webp" }} {{ with resources.Get "rssbanner.webp" }}
<img height="15" src="{{ .Permalink }}" alt="RSS Feed"> <img height="15" width="80" src="{{ .Permalink }}" alt="RSS Feed">
{{ end }} {{ end }}
{{ with resources.Get "gentoo-badge2.webp" }} {{ with resources.Get "gentoo-badge2.webp" }}
<img height="15" src="{{ .Permalink }}" alt="Powered by Gentoo"> <img height="15" width="80" src="{{ .Permalink }}" alt="Powered by Gentoo">
{{ end }} {{ end }}
{{ with resources.Get "nerv_button.webp" }} {{ with resources.Get "nerv_button.webp" }}
<img height="15" src="{{ .Permalink }}" alt="Evangelion"> <img height="15" width="80" src="{{ .Permalink }}" alt="Evangelion">
{{ end }} {{ end }}
</div> </div>