aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/_default
diff options
context:
space:
mode:
Diffstat (limited to 'themes/simple/layouts/_default')
-rw-r--r--themes/simple/layouts/_default/_markup/render-image.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/simple/layouts/_default/_markup/render-image.html b/themes/simple/layouts/_default/_markup/render-image.html
index 6f46efa..d3df1fd 100644
--- a/themes/simple/layouts/_default/_markup/render-image.html
+++ b/themes/simple/layouts/_default/_markup/render-image.html
@@ -5,6 +5,7 @@
5 <img 5 <img
6 loading="lazy" 6 loading="lazy"
7 src="{{ .Destination }}?v={{ $cachebuster }}" 7 src="{{ .Destination }}?v={{ $cachebuster }}"
8 alt="{{ .Text }}" title="{{ .Text }}"> 8 alt="{{ .Text }}" title="{{ .Text }}">
9 </a> 9 </a>
10 <figcaption>{{ .Text }}</figcaption>
10</figure> 11</figure>