{{ hugo.Generator }} {{ with $.Site.Params.site.googleVerification }} {{ end }} {{ with $.Site.Params.site.bingVerifivation }} {{ end }} {{ if $.IsPage }} {{ if isset $.Params "description" }} {{ else if isset $.Site.Params.globalFrontmatter "description" }} {{ end }} {{ if isset $.Params "keywords" }} {{ else if isset $.Site.Params.globalFrontmatter "keywords" }} {{ end }} {{ if isset $.Params "author" }} {{ else if isset $.Site.Params.globalFrontmatter "author" }} {{ end }} {{ else }} {{ with $.Site.Params.globalFrontmatter.description }} {{ end }} {{ with $.Site.Params.globalFrontmatter.author }} {{ end }} {{ end }}