mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-25 01:18:48 +03:00
@@ -1,13 +0,0 @@
|
|||||||
<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>
|
|
Reference in New Issue
Block a user