summaryrefslogtreecommitdiff
path: root/themes/robson/layouts/_partials/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/robson/layouts/_partials/header.html')
-rw-r--r--themes/robson/layouts/_partials/header.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/robson/layouts/_partials/header.html b/themes/robson/layouts/_partials/header.html
new file mode 100644
index 0000000..21e7be6
--- /dev/null
+++ b/themes/robson/layouts/_partials/header.html
@@ -0,0 +1,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>