mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-12-03 18:26:16 +00:00
f271350c91
Bug: T248137 Change-Id: I8a5af18e4aca663a7a9e9261fb360f7cd45f7283
16 lines
405 B
Plaintext
16 lines
405 B
Plaintext
{{#footer}}
|
|
<footer class="mw-footer minerva-footer">
|
|
{{{lastmodified}}}
|
|
<div class="post-content footer-content">
|
|
{{{dataAfterContent}}}
|
|
<h2>{{{headinghtml}}}</h2>
|
|
<div class="license">{{{licensehtml}}}</div>
|
|
{{#lists}}
|
|
<ul class="footer-{{name}} hlist hlist-separated">
|
|
{{#items}}<li id="footer-{{category}}-{{name}}">{{{linkhtml}}}</li>{{/items}}
|
|
</ul>
|
|
{{/lists}}
|
|
</div>
|
|
</footer>
|
|
{{/footer}}
|