{{ if .Site.Params.description }}
{{ end }}
{{ $url := replace .Permalink ( printf "%s" .Site.BaseURL) "" }} {{ if eq $url "/" }} {{ .Site.Title }} {{ else }} {{ if .Params.heading }} {{ .Params.heading }} {{ else }} {{ .Title }} {{ end }} {{ end }}
{{ partial "styles.html" . }} {{ if .RSSLink }}
{{ end }}