aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicholasjohnson.ch>2023-12-02 00:00:00 +0000
committerNicholas Johnson <nick@nicholasjohnson.ch>2023-12-02 00:00:00 +0000
commit444f2c5a41659e23398e4fe873c3d1f623d23c6ade88b8f1a92da16e6a20eece (patch)
treea569062ea21b146e547400b171cc7b21621dac9a3bfa1b3ead09c9ebed80d6f2 /layouts
parent3f660b7aac980d14ab6f55b306c8e12bf2e425a8a023e5c4df76a3bffd89aeb2 (diff)
Lazy load inline images
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/_markup/render-image.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/_default/_markup/render-image.html b/layouts/_default/_markup/render-image.html
new file mode 100644
index 0000000..9056793
--- /dev/null
+++ b/layouts/_default/_markup/render-image.html
@@ -0,0 +1 @@
+<img src="{{ .Destination | safeURL }}"{{ with .Title }} title="{{ . }}"{{ end }} alt="{{ .Text }}" loading="lazy"> \ No newline at end of file