summaryrefslogtreecommitdiff
path: root/layouts/_default/_markup
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/_markup')
-rw-r--r--layouts/_default/_markup/render-image.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/layouts/_default/_markup/render-image.html b/layouts/_default/_markup/render-image.html
deleted file mode 100644
index 179fe95..0000000
--- a/layouts/_default/_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 }}