diff options
author | Brandon <brandon@btkoch.xyz> | 2024-10-26 19:51:38 -0400 |
---|---|---|
committer | Brandon <brandon@btkoch.xyz> | 2024-10-26 19:51:38 -0400 |
commit | cd0279d2787bbf265e12e309b8a61489c727bb2a (patch) | |
tree | 929cb425266bb2224665c1c989bffebe2d172f4f /layouts/partials/header.html |
create repo
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r-- | layouts/partials/header.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html new file mode 100644 index 0000000..31d8f14 --- /dev/null +++ b/layouts/partials/header.html @@ -0,0 +1,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> |