mediawiki-skins-MinervaNeue/includes/skins/footer.mustache
Stephen Niedzielski 4f2c12bf2e Hygiene: remove outdated comment in footer.mustache
Remove old comment. I think this may have been referring `{{.}}` but
that's not present.

Change-Id: If2443027cfc2da970f4c986c6a85406161ee9173
2019-04-04 17:43:35 +00:00

15 lines
371 B
Plaintext

{{#footer}}
<footer class="minerva-footer">
{{{lastmodified}}}
<div class="post-content footer-content">
<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}}