aboutsummaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2018-05-15 02:57:00 +0300
committerValentin Popov <info@valentineus.link>2018-05-15 02:57:00 +0300
commit03f8884f61050d0be9289157c8f07b14638e8f18 (patch)
tree71b8122be5eea94138e6f6891fbcb713ee1f534f /_includes
parent622259ab70abc5860495d7df23d7bdbfcc9e0b78 (diff)
downloadpopov.link-03f8884f61050d0be9289157c8f07b14638e8f18.tar.xz
popov.link-03f8884f61050d0be9289157c8f07b14638e8f18.zip
Footer removed
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_includes')
-rw-r--r--_includes/footer.html13
1 files changed, 0 insertions, 13 deletions
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>