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