diff options
author | Valentin Popov <info@valentineus.link> | 2018-05-15 02:57:00 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-05-15 02:57:00 +0300 |
commit | 03f8884f61050d0be9289157c8f07b14638e8f18 (patch) | |
tree | 71b8122be5eea94138e6f6891fbcb713ee1f534f | |
parent | 622259ab70abc5860495d7df23d7bdbfcc9e0b78 (diff) | |
download | popov.link-03f8884f61050d0be9289157c8f07b14638e8f18.tar.xz popov.link-03f8884f61050d0be9289157c8f07b14638e8f18.zip |
Footer removed
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | _data/local_links.yml (renamed from _data/footer_links.yml) | 0 | ||||
-rw-r--r-- | _includes/footer.html | 13 |
2 files changed, 0 insertions, 13 deletions
diff --git a/_data/footer_links.yml b/_data/local_links.yml index ac0a1e2..ac0a1e2 100644 --- a/_data/footer_links.yml +++ b/_data/local_links.yml diff --git a/_includes/footer.html b/_includes/footer.html deleted file mode 100644 index e60815d..0000000 --- a/_includes/footer.html +++ /dev/null @@ -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> |