diff --git a/layouts/partials/head.html b/layouts/partials/head.html index d6610ff..b5f73cf 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,20 +1,25 @@ -{{ if not .IsHome }}{{ .Title | title }} | {{ end }}{{ .Site.Title }} - - - -{{ with .Site.Params.favicon }} - -{{ end -}} - -{{ if isset .Params "tags" }} - -{{ end -}} -{{ if isset .Params "redirect" }} - -{{ end -}} + + + +{{ with .Site.Params.favicon }}{{ end -}} +{{ if not .IsHome }}{{ .Title | title }} | {{ end }}{{ .Site.Title }} + + + + + + + +{{ if isset .Params "tags" }} + +{{ end -}} + +{{ if isset .Params "redirect" }} + +{{ end -}} \ No newline at end of file