Change newgrounds & pixiv buttons

This commit is contained in:
Joshua Goins 2022-11-08 10:01:15 -05:00
parent 0f36e5f5dc
commit c267efc266
4 changed files with 4 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 164 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 994 B

After

Width:  |  Height:  |  Size: 164 B

View file

@ -24,7 +24,7 @@
<figcaption> <figcaption>
"{{ .title }}" "{{ .title }}"
{{ if .newgrounds_url }} {{ if .newgrounds_url }}
<a href="{{ .newgrounds_url }}"><img alt="Newgrounds Icon" width="16" height="16" src="{{ $newgrounds_icon.Permalink }}"></a> <a href="{{ .newgrounds_url }}"><img alt="Newgrounds Icon" width="19" height="19" src="{{ $newgrounds_icon.Permalink }}"></a>
{{ end }} {{ end }}
</figcaption> </figcaption>
</figure> </figure>

View file

@ -33,14 +33,15 @@
</a> </a>
<figcaption> <figcaption>
{{ with .title }} {{ with .title }}
"{{ . }}" "{{ . }}"
{{ end }} {{ end }}
{{ if .newgrounds_url }} {{ if .newgrounds_url }}
<a href="{{ .newgrounds_url }}"><img alt="Newgrounds Icon" width="16" height="16" src="{{ $newgrounds_icon.Permalink }}"></a> <a href="{{ .newgrounds_url }}"><img alt="Newgrounds Icon" width="19" height="19" src="{{ $newgrounds_icon.Permalink }}"></a>
{{ end }} {{ end }}
{{ if .pixiv_url }} {{ if .pixiv_url }}
<a href="{{ .pixiv_url }}"><img alt="Pixiv Icon" width="16" height="16" src="{{ $pixiv_icon.Permalink }}"></a> <a href="{{ .pixiv_url }}"><img alt="Pixiv Icon" width="19" height="19" src="{{ $pixiv_icon.Permalink }}"></a>
{{ end }} {{ end }}
</figcaption> </figcaption>