summaryrefslogtreecommitdiff
path: root/src/_includes/header.html
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-02-05 09:55:25 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-02-05 09:55:25 +0100
commit70a2c42a5eef1dab2b7ab75e3c7f6ffc8c8c1959 (patch)
treec30a3e1d52e7a92fe3866f9833aa77ac4092eef4 /src/_includes/header.html
parent1d60b596b53202c0814663ed53b4279b40e05154 (diff)
Move source files into src
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>