summaryrefslogtreecommitdiff
path: root/themes/robson/layouts/_partials/header.html
blob: 21e7be6b92679467d19c693a3aacd34c3a59b353 (plain)
1
2
3
4
5
6
7
8
9
<h1><a href="/">{{ site.Title }}</a></h1>
<div class="right">
  {{ partial "menu.html" (dict "menuID" "main" "page" .) }}
  <div class="socials">
    <a href="https://git.robson.zip">
      <img class="iconGit" src="/icons/git.svg">
    </a>
  </div>
</div>