diff options
author | Valentin Popov <info@valentineus.link> | 2018-04-24 19:34:03 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-04-24 19:34:03 +0300 |
commit | 86c86d6b6a11f38aa80339a9aa871f16376c18c4 (patch) | |
tree | f283db0c74a31eb516466f82794f051c1cce5b5d /_includes | |
parent | 95047707298544a969b2e6eb3e84144b201f2824 (diff) | |
download | popov.link-86c86d6b6a11f38aa80339a9aa871f16376c18c4.tar.xz popov.link-86c86d6b6a11f38aa80339a9aa871f16376c18c4.zip |
Rename
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index b6af6e0..4031b63 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -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> |