diff options
author | Valentin Popov <info@valentineus.link> | 2018-04-18 02:47:11 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-04-18 02:47:11 +0300 |
commit | 2f21fb975dcffd15113995a7d36122d17823f649 (patch) | |
tree | 57b5bc43d7b448ed5dcf73bdf4747908e85e6857 /_includes | |
parent | ce5db590cac665abf73d32dfcd47da006e9920d0 (diff) | |
download | popov.link-2f21fb975dcffd15113995a7d36122d17823f649.tar.xz popov.link-2f21fb975dcffd15113995a7d36122d17823f649.zip |
Removing irrelevant spare parts
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/header.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/_includes/header.html b/_includes/header.html deleted file mode 100644 index 57a798f..0000000 --- a/_includes/header.html +++ /dev/null @@ -1,15 +0,0 @@ -<section class="container"> - <a href="{{ site.baseurl | uri_escape }}" class="navigation-title">Home</a> - <ul class="navigation-list float-right"> - <li class="navigation-item"> - {% for item in site.pages reversed %} - {% assign title = item.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify %} - {% assign link = item.url | relative_url | uri_escape %} - <!-- Show the link --> - {% if item.show == true %} - <a href="{{ link }}" class="navigation-link">{{ title }}</a> - {% endif %} - {% endfor %} - </li> - </ul> -</section> |