Rename
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
9504770729
commit
86c86d6b6a
@ -1,6 +1,6 @@
|
|||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<small>
|
<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 }}">
|
<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 }}
|
{{ link.name | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user