Reduce size of art year cards

This commit is contained in:
Joshua Goins 2023-03-28 17:57:05 -04:00
parent b2f0771ff9
commit 4505d41011

View file

@ -5,7 +5,7 @@
<a href="/art/{{ . }}">
{{ $thumbp := printf "/year-thumbs/%d.webp" . }}
{{ with resources.Get $thumbp }}
<img width="512" height="256" alt="{{ $year }}" class="gallery-img article-img" src="{{ .RelPermalink }}">
<img width="256" height="128" alt="{{ $year }}" class="gallery-img article-img" src="{{ .RelPermalink }}">
{{ end }}
</a>
{{ end }}