mediawiki-skins-MinervaNeue/includes/Skins/footer.mustache

17 lines
509 B
Plaintext
Raw Normal View History

{{#footer}}
{{! `role` is implied in `footer` element, but added to mitigate a VoiceOver bug. }}
<footer class="mw-footer minerva-footer" role="contentinfo">
{{{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}}