mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-12-01 01:06:31 +00:00
6df49e3da4
* Adds alt attribute with a value of the `mobile-frontend-sitename` (previously called `mobile-frontend-footer-sitename`). The message was changed because this affects both the footer and the header's logo. * Adds a `minerva-footer-logo` class to the logo in footer.mustache in preparation for changing that element from an h2 to a div. Given caching issues (old CSS with new HTML; new CSS with old HTML are both possibilities), we need to do this in two separate deploy cycles. Bug: T288362 Change-Id: I3ecbf8fdcae72a0ded7f60c559259f312b8ef15d
14 lines
504 B
Plaintext
14 lines
504 B
Plaintext
{{#data-footer}}
|
|
{{! `role` is implied in `footer` element, but added to mitigate a VoiceOver bug. }}
|
|
<footer class="mw-footer minerva-footer" role="contentinfo">
|
|
{{{html-minerva-lastmodified}}}
|
|
<div class="post-content footer-content">
|
|
{{{html-after-content}}}
|
|
<h2 class="minerva-footer-logo">{{>Logo}}</h2>
|
|
<div class="license">{{{html-minerva-license}}}</div>
|
|
{{#data-info}}{{>footerItemList}}{{/data-info}}
|
|
{{#data-places}}{{>footerItemList}}{{/data-places}}
|
|
</div>
|
|
</footer>
|
|
{{/data-footer}}
|