We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6b1ee commit 9402a95Copy full SHA for 9402a95
tpl/settings_main.gohtml
@@ -25,7 +25,7 @@
25
{{validate "site.settings.allow_embed" .Validate}}
26
<span>{{.T `help/allow-embed|
27
Comma-separated list of domains or URLs that can embed GoatCounter in a frame; %[full documentation].`
28
- (tag "a" "href=%s/help/frame")}}
+ (tag "a" (printf `href="%s/help/frame"` .Base))}}
29
</span>
30
31
<label for="settings.public">{{.T "label/dashboard-public|Dashboard viewable by"}}</label>
0 commit comments