add explicit width to badges
This commit is contained in:
parent
162d87ad7e
commit
5c86318c26
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue