mediawiki-skins-MinervaNeue/includes/Skins/footer.mustache
Reedy 01f824f684 Fix namespace of SkinUserPageHelper
Allows autoloading of file

Change-Id: Ife276b5802e3cdcfd5789a7a91684317c81d5bb3
2020-05-01 02:29:54 +01:00

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