mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 02:13:49 +00:00
c3b93e14b0
The data already provided by SkinMustache makes the existing Minerva code redundant. * html-after-content functionality equivalent to dataAfterContent value * Rename license and last modified to have html-minerva prefixes and promote to top level data object. This allows us to distingusih Minerva values from core values. Note: previously the logo used srcset to ship a 1x logo but these were dropped during the desktop improvements work. Bug: T256083 Change-Id: I7b2cd5181eae67b345f6686e3389a76a12e3b1a1
14 lines
476 B
Plaintext
14 lines
476 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>{{>Logo}}</h2>
|
|
<div class="license">{{{html-minerva-license}}}</div>
|
|
{{#data-info}}{{>footerItemList}}{{/data-info}}
|
|
{{#data-places}}{{>footerItemList}}{{/data-places}}
|
|
</div>
|
|
</footer>
|
|
{{/data-footer}}
|