27 lines
834 B
Plaintext
27 lines
834 B
Plaintext
{{! This footer has a few project links and icons, as well as the 'last edit' system message when in touch layout.}}
|
|
|
|
<footer id="site-footer">
|
|
|
|
<div>
|
|
{{#data-footer.data-info.array-items.0}}
|
|
<p id="site-lastedit" class="layout-touch">{{{html}}}</p>
|
|
{{/data-footer.data-info.array-items.0}}
|
|
</div>
|
|
|
|
<div id="footerblock">
|
|
|
|
<div class="footer-links">
|
|
{{#data-footer.data-icons.array-items}}
|
|
{{{html}}}
|
|
{{/data-footer.data-icons.array-items}}
|
|
</div>
|
|
|
|
<div class="footer-links">
|
|
{{#data-footer.data-places.array-items}}
|
|
{{{html}}}
|
|
{{/data-footer.data-places.array-items}}
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</footer> |