{{ partial "meta.html" . }} {{ partial "head/seo.html" . }} Podcast: {{ $url := replace .Permalink ( printf "%s" .Site.BaseURL) "" }} {{ if eq $url "/" }} {{ .Site.Title }} {{ else }} {{ if .Params.Heading }} {{ .Params.Heading }} {{ else }} {{ .Title }} {{ end }} {{ end }} {{ partial "head_includes.html" . }} {{ if and (eq .Site.Params.podlove.web_player_enabled true) (.Params.episode) }} {{ if isset .Site.Params.podlove "web_player_script_url" }} {{ else }} {{ end }} {{ end }}