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.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_includes/header.html b/src/_includes/header.html
new file mode 100644
index 0000000..9c0a8e5
--- /dev/null
+++ b/src/_includes/header.html
@@ -0,0 +1,9 @@
+<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 %}
+ <a href="{{ "/support" | prepend: site.baseurl }}/">Support me</a>
+ </nav>
+ </div>
+</header>