popov.link/_includes/footer.html
Valentin Popov 86c86d6b6a
Rename
Signed-off-by: Valentin Popov <info@valentineus.link>
2018-04-24 20:34:03 +04:00

14 lines
449 B
HTML

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