aboutsummaryrefslogtreecommitdiff
path: root/_includes/header.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/header.html')
-rw-r--r--_includes/header.html15
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>