summaryrefslogtreecommitdiffstats
path: root/src/index.html.mustache
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-07-14 21:38:41 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2022-07-14 21:38:41 +0300
commitb98f78def97e5a14cb4f938273dc601e08e4bc2b (patch)
treeb208f28d22b7c8de79db369e398d5015ea06d4fe /src/index.html.mustache
parentc56026f64653c943a70a8a37214ade65593128c5 (diff)
Start using resize service
Diffstat (limited to 'src/index.html.mustache')
-rw-r--r--src/index.html.mustache4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.html.mustache b/src/index.html.mustache
index d324803..ab614fc 100644
--- a/src/index.html.mustache
+++ b/src/index.html.mustache
@@ -27,8 +27,8 @@
<div class="column">
{{#.}}
{{#.}}
- <a target="_blank" href="{{&src_hiq}}">
- <img src="{{&src_thumbnail}}" alt="{{title}}">
+ <a target="_blank" href="{{&src}}">
+ <img src="{{&src}}?nf_resize=fit&w=600" alt="{{title}}">
</a>
{{/.}}
{{/.}}