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 7153777 commit 1446fbbCopy full SHA for 1446fbb
static/public/templates/index.html
@@ -28,7 +28,7 @@
28
<div class="logo">
29
<a href="{{ if .EnablePublicSubPage }}{{ .RootURL}}/subscription/form{{ end }}">
30
{{ if ne .LogoURL "" }}
31
- <img src="{{ .LogoURL }}" alt="{{ .Data.Title }}" /></a>
+ <img src="{{ .LogoURL }}" alt="{{ .Data.Title }}" />
32
{{ else }}
33
<img src="/public/static/logo.svg?v={{ .AssetVersion }}" alt="{{ .Data.Title }}" />
34
{{ end }}
0 commit comments