Files
popov.link/_includes/footer.html
T

14 lines
449 B
HTML
Raw Normal View History

2018-04-24 19:33:48 +04:00
<footer class="footer">
<small>
2018-04-24 20:34:03 +04:00
{% for link in site.data.footer_links %}
2018-04-24 20:13:00 +04:00
<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 %}
2018-04-24 19:33:48 +04:00
</small>
</footer>