mirror of
https://github.com/knadh/listmonk.git
synced 2025-09-28 17:34:37 +08:00
Merge pull request #2269 from s-en-o/patch-1
fix(static): no matching closing anchor tag
This commit is contained in:
commit
672d8ffb2c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
<div class="logo">
|
||||
<a href="{{ if .EnablePublicSubPage }}{{ .RootURL}}/subscription/form{{ end }}">
|
||||
{{ if ne .LogoURL "" }}
|
||||
<img src="{{ .LogoURL }}" alt="{{ .Data.Title }}" /></a>
|
||||
<img src="{{ .LogoURL }}" alt="{{ .Data.Title }}" />
|
||||
{{ else }}
|
||||
<img src="/public/static/logo.svg?v={{ .AssetVersion }}" alt="{{ .Data.Title }}" />
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Reference in a new issue