summaryrefslogtreecommitdiff
path: root/template/doc.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/doc.tmpl')
-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"}}