summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/flog/layouts/partials/listing.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/flog/layouts/partials/listing.html b/themes/flog/layouts/partials/listing.html
index c652294..cefede4 100644
--- a/themes/flog/layouts/partials/listing.html
+++ b/themes/flog/layouts/partials/listing.html
@@ -11,9 +11,9 @@
<div class="card">
{{ if .Params.image }}
<div class="card-image">
- <a class="jsonly" href="{{ .RelPermalink }}"><img src="/images/min/{{ .Params.image }}" onload="this.src = '/images/{{ .Params.image }}'"></a>
+ <a class="jsonly" href="{{ .RelPermalink }}"><img src="/images/min/{{ .Params.image }}" onload="this.src = '/images/max/{{ .Params.image }}'"></a>
<noscript>
- <a href="{{ .RelPermalink }}"><img src="/images/{{ .Params.image }}"></a>
+ <a href="{{ .RelPermalink }}"><img src="/images/max/{{ .Params.image }}"></a>
<style>.jsonly { display: none }</style>
</noscript>
</div>