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