summaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
Diffstat (limited to 'template.html')
-rw-r--r--template.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/template.html b/template.html
index 37d057b..45227c1 100644
--- a/template.html
+++ b/template.html
@@ -198,14 +198,14 @@
{{if .TextLink }}
<fieldset>
<legend>Text Link</legend>
- <a href="{{ .TextLink }}">{{ .TextLink }}</a>
+ <a href="{{ .Host }}{{ .TextLink }}">{{ .Host }}{{ .TextLink }}</a>
</fieldset>
{{end}}
{{if .FileLink }}
<fieldset>
<legend>File Link</legend>
- <a href="{{ .FileLink }}">{{ .FileLink }}</a>
+ <a href="{{ .Host }}{{ .FileLink }}">{{ .Host }}{{ .FileLink }}</a>
</fieldset>
{{end}}