{{ define "main" }}

{{ .Site.Title }}

{{ .Site.Params.Description }}
{{- partial "widget/header.html" (dict "title" "About Me") -}} {{- partial "widget/aboutme.html" (dict "avatar" .Site.Author.avatar "description" .Site.Author.description) -}}
{{- partial "widget/header.html" (dict "title" "Contact Me") -}} {{ with .Site.Author.social }} {{- partial "widget/socials.html" . -}} {{ end }}
{{ end }} {{ define "sidebar" }} {{- if isset .Site.Author "linkdata" -}} {{- with (index .Site.Data .Site.Author.linkdata) }}
{{- partial "widget/header.html" (dict "title" "Links") -}} {{- partial "widget/links.html" . -}}
{{- end -}} {{- end -}} {{- end }}