summaryrefslogtreecommitdiffstats
path: root/src/index.html.mustache
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-07-14 20:07:09 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2022-07-14 20:07:09 +0300
commitd48872a6c65e4ea5a319f806e0d9088129a5fcec (patch)
tree53924899f08fcc2bfd0404ad1cd9f773b01f5d6a /src/index.html.mustache
parent081c7408428d20d91f13f1363735359424e540ee (diff)
Fix rendering of empty column items
Diffstat (limited to 'src/index.html.mustache')
-rw-r--r--src/index.html.mustache2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.html.mustache b/src/index.html.mustache
index 5133c9c..4f51721 100644
--- a/src/index.html.mustache
+++ b/src/index.html.mustache
@@ -26,10 +26,12 @@
{{#columns}}
<div class="column">
{{#.}}
+ {{#.}}
<a target="_blank" href="{{&src_hiq}}">
<img src="{{&src_thumbnail}}" alt="{{title}}">
</a>
{{/.}}
+ {{/.}}
</div>
{{/columns}}
</div>