summaryrefslogtreecommitdiff
path: root/src/_includes/header.html
blob: 9c0a8e5b48274cbb38bb82bb403fd53382363ff5 (plain)
1
2
3
4
5
6
7
8
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>