Change newgrounds & pixiv buttons
This commit is contained in:
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 |
|
@ -24,7 +24,7 @@
|
|||
<figcaption>
|
||||
"{{ .title }}"
|
||||
{{ 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 }}
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
|
|
@ -33,14 +33,15 @@
|
|||
</a>
|
||||
|
||||
<figcaption>
|
||||
|
||||
{{ with .title }}
|
||||
"{{ . }}"
|
||||
{{ end }}
|
||||
{{ 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 }}
|
||||
{{ 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 }}
|
||||
</figcaption>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue