summaryrefslogtreecommitdiffhomepage
path: root/layouts/partials/header.html
blob: a7928a6a757a6cf998db95f667a8ad4c5a348d62 (plain) (blame)
1
2
3
4
5
6
<nav>
  <a href="{{ "" | relURL }}" class="title">
    <h2 style="display:inline">{{ .Site.Title }}</h2>
  </a>
  {{- partial "nav.html" . -}}
</nav>