summaryrefslogtreecommitdiff
path: root/srv/src/http/tpl/image.html
diff options
context:
space:
mode:
Diffstat (limited to 'srv/src/http/tpl/image.html')
-rw-r--r--srv/src/http/tpl/image.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/srv/src/http/tpl/image.html b/srv/src/http/tpl/image.html
deleted file mode 100644
index ba9b75d..0000000
--- a/srv/src/http/tpl/image.html
+++ /dev/null
@@ -1,5 +0,0 @@
-<div style="text-align: center;">
- <a href="{{ AssetURL .ID }}" target="_blank">
- <img src="{{ AssetURL .ID }}{{ if .Resizable }}?w=800{{ end }}" />
- </a>
-</div>