{{ with .Site.LanguageCode }} {{ end }} {{/* Title */}} {{ if .IsHome -}} {{ .Site.Title }} {{- else -}} {{ .Title }} · {{ .Site.Title }} {{- end }} {{/* Metadata */}} {{ with .Params.Description -}} {{- else -}} {{- end }} {{ with .Site.Params.keywords -}} {{- end }} {{/* Styles */}} {{ if (fileExists "static/css/custom.css") -}} {{- end }} {{/* Icons */}} {{/* Site Verification */}} {{ with .Site.Params.verification.google }} {{ end }} {{ with .Site.Params.verification.bing }} {{ end }} {{ with .Site.Params.verification.pinterest }} {{ end }} {{ with .Site.Params.verification.yandex }} {{ end }} {{/* Social */}} {{ template "_internal/opengraph.html" . }} {{ template "_internal/twitter_cards.html" . }} {{/* Generator */}} {{ hugo.Generator }} {{/* Me */}} {{ with .Site.Author.name }}{{ end }} {{ with .Site.Author.email }}{{ end }} {{ with .Site.Author.twitter }}{{ end }} {{ with .Site.Author.keybase }}{{ end }} {{ with .Site.Author.github }}{{ end }} {{ with .Site.Author.linkedin }}{{ end }} {{/* Analytics */}} {{ partialCached "analytics.html" .Site }} {{/* Extend head - eg. for custom analytics scripts, etc. */}} {{ if templates.Exists "partials/extend-head.html" }} {{ partialCached "extend-head.html" .Site }} {{ end }}