{{ if and .IsHome (not .Site.Params.disableHome) }}

{{ .Site.Title }}

{{ .Site.Params.description }}


{{ if isset .Site.Params "social" }}
    {{ partial "social.html" . }}
{{ end }}
{{ end }}
{{ range where .Site.RegularPages "Section" "about" | first 1 }}


{{ .Title }}


{{ .Content }}
{{ end }}