{{ partial "header.html" . }}
{{ $headless := .Site.GetPage "/about" }} {{ $aboutPages := $headless.Resources.ByType "page" }} {{ range $aboutPages }}
{{ .Title }}
{{ .Content | emojify }}
{{ end }}
{{ i18n "socialLinks" }}
{{ partial "socials.html" (dict "Site" .Site "IconSize" "large") }}
{{ if .Site.Copyright }}
{{ .Site.Copyright | safeHTML }}
{{ end }}
{{ if findRE "posts/.+" .RelPermalink }} {{ else }} {{ if and .Site.DisqusShortname }}
{{ end }} {{ end }}