diff --git a/layouts/partials/header.html b/layouts/partials/header.html new file mode 100644 index 0000000..a50e176 --- /dev/null +++ b/layouts/partials/header.html @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + {{ with .Site.Params.Home }} {{ . }} {{ end }} + + {{ range .Site.Menus.main }} {{ if .HasChildren }} + + + {{ .Name }} + + + {{ range .Children }} + {{ .Name }} + {{ end }} + + + {{ else }} + + {{ .Name }} + + {{ end }} {{ end }} + + + + + Go to CircuitVerse + + + + {{ if .Site.Params.search.enable }} {{ "" | safeHTML }} + + + + + + + + + + + + + + {{ end }} + + + + \ No newline at end of file