mediawiki-skins-MinervaNeue/includes/Skins/footer.mustache
jdlrobson 76a12a2ad4 Restore logo to footer
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
2021-11-29 10:59:23 -08:00

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}}