iceberg-theme/layouts/partials/about.html [16:51]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ 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 }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - landing-page/themes/iceberg-theme/layouts/partials/about.html [16:51]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{ 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 }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -