aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/_default/_markup/render-image.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/simple/layouts/_default/_markup/render-image.html')
-rw-r--r--themes/simple/layouts/_default/_markup/render-image.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/themes/simple/layouts/_default/_markup/render-image.html b/themes/simple/layouts/_default/_markup/render-image.html
deleted file mode 100644
index d3df1fd..0000000
--- a/themes/simple/layouts/_default/_markup/render-image.html
+++ /dev/null
@@ -1,11 +0,0 @@
1{{ $cachebuster := delimit (shuffle (split (md5 "6fab11c6669976d759d2992eff1dd5be") "" )) "" }}
2
3<figure>
4 <a href="{{ .Destination }}" target="_blank">
5 <img
6 loading="lazy"
7 src="{{ .Destination }}?v={{ $cachebuster }}"
8 alt="{{ .Text }}" title="{{ .Text }}">
9 </a>
10 <figcaption>{{ .Text }}</figcaption>
11</figure>