mediawiki-skins-Citizen/templates/Wordmark.mustache
alistair3149 105d1b9006 refactor(core): clean up inner header implementation
This is a part of the header refactor
* Add hover and active state for title button
* Clean up DOM structure
* Clean up unnessecary styles
* Clean up HTML class names
2022-05-10 10:52:36 -04:00

12 lines
258 B
Plaintext

{{!
}}
{{#data-logos}}
{{#wordmark}}
<img class="mw-logo-wordmark" alt="{{msg-sitetitle}}"
src="{{src}}" width="{{width}}" height="{{height}}">
{{/wordmark}}
{{^wordmark}}
<div class="mw-logo-wordmark">{{msg-sitetitle}}</div>
{{/wordmark}}
{{/data-logos}}