0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-02 23:50:27 +03:00
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2018-04-24 20:34:03 +04:00
parent 9504770729
commit 86c86d6b6a
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<footer class="footer">
<small>
{% for link in site.data.footer %}
{% 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>