summaryrefslogtreecommitdiff
path: root/src/_includes/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/_includes/header.html')
-rw-r--r--src/_includes/header.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/_includes/header.html b/src/_includes/header.html
deleted file mode 100644
index 2726c28..0000000
--- a/src/_includes/header.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<header id="site-header">
- <div class="container">
- <nav>
- <a href="{{ site.baseurl }}/" class="brand-name">{{ site.title }}</a>{% for collection in site.collections %}
- <a href="{{ collection.label | prepend: "/" | prepend: site.baseurl }}/">{{ collection.label | capitalize }}</a>{% endfor %}
- </nav>
- </div>
-</header>