popov.link/_includes/footer.html
Valentin Popov 50d2a17ec6
Minor changes
Signed-off-by: Valentin Popov <info@valentineus.link>
2018-04-25 02:18:49 +04:00

14 lines
447 B
HTML

<footer class="footer">
<small>
{% for link in site.data.footer_links %}
<a href="{{ link.path | strip_newlines | strip_html | strip | normalize_whitespace | uri_escape }}">
{{ link.name | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
</a>
<!-- Separation -->
{% unless forloop.last %}
<span>|</span>
{% endunless %}
{% endfor %}
</small>
</footer>