summaryrefslogtreecommitdiff
path: root/layouts/partials/header.html
blob: 31d8f1457465766de2cb6335578f1d32ae000b24 (plain)
1
2
3
4
5
6
7
8
9
10
  <header>
    <img src="/logo.png">
    <div class="topnav">
    <h1>{{ site.Title }}</h1>
    {{ partial "menu.html" (dict "menuID" "main" "page" .) }}
    {{ partial "langmenu.html" (dict "languages" .) }}
    <br>
    </div>
    <br>
  </header>