Skip to content

Commit 1446fbb

Browse files
authored
fix(static): no matching closing anchor tag
1 parent 7153777 commit 1446fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/public/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<div class="logo">
2929
<a href="{{ if .EnablePublicSubPage }}{{ .RootURL}}/subscription/form{{ end }}">
3030
{{ if ne .LogoURL "" }}
31-
<img src="{{ .LogoURL }}" alt="{{ .Data.Title }}" /></a>
31+
<img src="{{ .LogoURL }}" alt="{{ .Data.Title }}" />
3232
{{ else }}
3333
<img src="/public/static/logo.svg?v={{ .AssetVersion }}" alt="{{ .Data.Title }}" />
3434
{{ end }}

0 commit comments

Comments
 (0)