aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/_default/_markup
diff options
context:
space:
mode:
Diffstat (limited to 'themes/simple/layouts/_default/_markup')
-rw-r--r--themes/simple/layouts/_default/_markup/render-image.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/simple/layouts/_default/_markup/render-image.html b/themes/simple/layouts/_default/_markup/render-image.html
new file mode 100644
index 0000000..5da02eb
--- /dev/null
+++ b/themes/simple/layouts/_default/_markup/render-image.html
@@ -0,0 +1,8 @@
1<figure>
2 <a href="{{ .Destination }}" target="_blank">
3 <img
4 loading="lazy"
5 src="{{ .Destination }}"
6 alt="{{ .Text }}" title="{{ .Text }}">
7 </a>
8</figure>