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.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>