summaryrefslogtreecommitdiff
path: root/src/_includes/header.html
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-09-14 12:10:28 +0200
committerPatrick Spek <p.spek@tyil.nl>2021-09-14 12:11:26 +0200
commit64e0495846f8b680288280920cba6bcb28e4092f (patch)
tree68c92fae538fd4267458e5188b9d72d26be778fb /src/_includes/header.html
parentee5b77b22cb5415e01e665a755a27e8bc04a07ef (diff)
Remove support page
Diffstat (limited to 'src/_includes/header.html')
-rw-r--r--src/_includes/header.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/_includes/header.html b/src/_includes/header.html
index 9c0a8e5..2726c28 100644
--- a/src/_includes/header.html
+++ b/src/_includes/header.html
@@ -3,7 +3,6 @@
<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>