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
This commit is contained in:
Stephen Niedzielski 2019-04-03 12:40:16 -06:00 committed by Jdlrobson
parent a3e524192d
commit 4f2c12bf2e
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
<div class="license">{{{licensehtml}}}</div>
{{#lists}}
<ul class="footer-{{name}} hlist hlist-separated">
{{! "." means "current context", which allows us to iterate over Plain Old PHP Arrays™. }}
{{#items}}<li id="footer-{{category}}-{{name}}">{{{linkhtml}}}</li>{{/items}}
</ul>
{{/lists}}