summaryrefslogtreecommitdiff
path: root/layouts/_markup
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-02-11 13:23:32 +0100
committermjkwiatkowski <mati.rewa@gmail.com>2026-02-11 13:23:32 +0100
commitfb74e276b4f872a94eff6db4f70b9645d69bf4f4 (patch)
tree482b8dc12e0240f1fcc3af613a7c084559ad823d /layouts/_markup
parentc7f00446dcb0c56d0db38284977f4273d85e396c (diff)
fix: trying to fix photos
Diffstat (limited to 'layouts/_markup')
-rw-r--r--layouts/_markup/render-image.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/layouts/_markup/render-image.html b/layouts/_markup/render-image.html
deleted file mode 100644
index 179fe95..0000000
--- a/layouts/_markup/render-image.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{{ $image := resources.GetMatch (printf "%s" (.Destination | safeURL)) }}
-{{ with $image }}
-{{ with .Resize "400x" }}
- <img src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}">
- {{ end }}
-{{ end }}