diff options
| -rw-r--r-- | template.html | 4 |
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}} |
