summaryrefslogtreecommitdiff
path: root/src/_includes/header.html
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-12-15 10:45:58 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-12-15 10:45:58 +0100
commit5c086bc52fa3a226bcf706b1f420a5d98ea377dd (patch)
treeda5b28238542247efbe36c49cbc6cfd4e49f3e36 /src/_includes/header.html
parent64e0495846f8b680288280920cba6bcb28e4092f (diff)
Redo most of the blog in Hugo
Missing posts will have to be added later
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>