diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index da5756d..7ea87ef 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -3,11 +3,49 @@ + + {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }} + + + + + + + + + + + + {{ with .Params.image }} + + {{ else }} + {{ with .Site.Params.image }} + + {{ end }} + {{ end }} + + + + + + {{ with .Site.Params.twitter }} + + {{ end }} + {{ with .Params.image }} + + {{ else }} + {{ with .Site.Params.image }} + + {{ end }} + {{ end }} - + + + + @@ -21,6 +59,13 @@ {{ $css = $css | minify | fingerprint | resources.PostProcess }} {{ end }} + + + {{ with .Params.customMeta }} + {{ range . }} + + {{ end }} + {{ end }}