diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index bb2bb0e..6eced67 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,7 +1,21 @@ -{{ partial "head.html" . }} - + + {{ if not .IsHome }}{{ .Title | title }} | {{ end }}{{ .Site.Title }} + + + + + + {{ with .Site.Params.favicon }} + {{ end -}} + + {{ if isset .Params "tags" }} + {{ end -}} + + + + {{ if .Site.Menus.main }}{{ partial "nav.html" . }}{{ end -}}