mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 02:13:49 +00:00
76a12a2ad4
In 894364a3eb
we moved the section tag for data-logos outside Logo
but did not add it to the footer
Bug: T295773
Change-Id: I52c07e95ac8166e9e9d11aba7cb3130cc6a2f8d7
15 lines
526 B
Plaintext
15 lines
526 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">
|
|
{{#data-minerva-history-link}}
|
|
{{>history}}
|
|
{{/data-minerva-history-link}}
|
|
<div class="post-content footer-content">
|
|
{{{html-after-content}}}
|
|
{{#data-logos}}<div class="minerva-footer-logo">{{>Logo}}</div>{{/data-logos}}
|
|
{{#data-info}}{{>footerItemList}}{{/data-info}}
|
|
{{#data-places}}{{>footerItemList}}{{/data-places}}
|
|
</div>
|
|
</footer>
|
|
{{/data-footer}}
|