diff --git a/layouts/partials/header.html b/layouts/partials/header.html index fef7af1d..9b24d897 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1 +1,59 @@ -{{ partial "menu" (dict "menuID" "main" "page" .) }} +{{ $logo := resources.Get "images/logo.svg" }} +
+ + +
+
+
  • + {{ partial "theme-toggle" }} +
  • + + +
    +
    diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html deleted file mode 100644 index 754c2af2..00000000 --- a/layouts/partials/menu.html +++ /dev/null @@ -1,60 +0,0 @@ - -{{ $logo := resources.Get "images/logo.svg" }} -
    - - -
    -
    -
  • - {{ partial "theme-toggle" }} -
  • - - -
    -