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