Skip to content

Commit

Permalink
fix: πŸ› dup. <a>
Browse files Browse the repository at this point in the history
Signed-off-by: WaitSpring <[email protected]>
  • Loading branch information
WaitSpringQW committed Dec 14, 2023
1 parent a1f8ad0 commit 859cae1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions templates/Wordmark.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@
}}
{{#data-logos}}
{{#wordmark}}
<a href="{{link-mainpage}}" title="{{msg-sitetitle}}">
<img class="mw-logo-wordmark" alt="{{msg-sitetitle}}" src="{{src}}" width="{{width}}" height="{{height}}">
</a>
<img class="mw-logo-wordmark" alt="{{msg-sitetitle}}" src="{{src}}" width="{{width}}" height="{{height}}">
{{/wordmark}}
{{^wordmark}}
<div class="mw-logo-wordmark">
<a href="{{link-mainpage}}" title="{{msg-sitetitle}}">{{msg-sitetitle}}</a>
</div>
<div class="mw-logo-wordmark">{{msg-sitetitle}}</div>
{{/wordmark}}
{{/data-logos}}

0 comments on commit 859cae1

Please sign in to comment.