summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-12-26 13:05:58 +0100
committerDimitri Sokolyuk <demon@dim13.org>2017-12-26 13:05:58 +0100
commitc53e1a58b4dad2f06b3afe105a987d1cd21fa39e (patch)
treea212d34499e018c3799413d486533d355a32cd4c
parentc3e64686145b5b2c31e72a182b3f8ff6c3ae3ef9 (diff)
fix img
-rw-r--r--template/doc.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/doc.tmpl b/template/doc.tmpl
index f82bec4..356410a 100644
--- a/template/doc.tmpl
+++ b/template/doc.tmpl
@@ -57,7 +57,7 @@
{{end}}
{{define "image"}}
- <img src="https://www.dim13.org/{{.URL}}"{{with .Height}} height="{{.}}"{{end}}{{with .Width}} width="{{.}}"{{end}} alt="image">
+ <img src="{{.URL}}"{{with .Height}} height="{{.}}"{{end}}{{with .Width}} width="{{.}}"{{end}} alt="image">
{{end}}
{{define "caption"}}