summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Ivanov <[email protected]>2026-01-21 00:03:12 +0200
committerMarin Ivanov <[email protected]>2026-01-21 00:03:12 +0200
commit2a2a3cd45a92c4ee702accf3ef6d59ee65188301 (patch)
tree8cb82f2246562824c53972191111aabbf6678b1e
parent421665ae591d9f96a0f6c4e69eb24367c0fe4383 (diff)
add missing slash
-rw-r--r--template.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/template.html b/template.html
index 51568e2..d4b390f 100644
--- a/template.html
+++ b/template.html
@@ -233,14 +233,14 @@
{{if .TextLink }}
<fieldset>
<legend>Text Link</legend>
- <a href="{{ .Host }}{{ .TextLink }}">{{ .Host }}{{ .TextLink }}</a>
+ <a href="{{ .Host }}/{{ .TextLink }}">{{ .Host }}/{{ .TextLink }}</a>
</fieldset>
{{end}}
{{if .FileLink }}
<fieldset>
<legend>File Link</legend>
- <a href="{{ .Host }}{{ .FileLink }}">{{ .Host }}{{ .FileLink }}</a>
+ <a href="{{ .Host }}/{{ .FileLink }}">{{ .Host }}/{{ .FileLink }}</a>
</fieldset>
{{end}}