Skip to content

Commit 9402a95

Browse files
committed
Fix the frame document url in settings_main.gohtml
1 parent 4d6b1ee commit 9402a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tpl/settings_main.gohtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
{{validate "site.settings.allow_embed" .Validate}}
2626
<span>{{.T `help/allow-embed|
2727
Comma-separated list of domains or URLs that can embed GoatCounter in a frame; %[full documentation].`
28-
(tag "a" "href=%s/help/frame")}}
28+
(tag "a" (printf `href="%s/help/frame"` .Base))}}
2929
</span>
3030

3131
<label for="settings.public">{{.T "label/dashboard-public|Dashboard viewable by"}}</label>

0 commit comments

Comments
 (0)