{{ $author:= site.Data.author }} {{ if (index site.Data site.Language.Lang).author }} {{ $author = (index site.Data site.Language.Lang).author }} {{ end }} {{ $name:="Jane Doe" }} {{ if $author.nickname }} {{ $name = $author.nickname }} {{ else if $author.name }} {{ $name = $author.name }} {{ end }} {{ $sections:= site.Data.sections }} {{ if (index site.Data site.Language.Lang).sections }} {{ $sections = (index site.Data site.Language.Lang).sections }} {{ end }} {{ $backgroundImage:= "/assets/images/default-background.jpg" }} {{ if site.Params.background }} {{ $backgroundImage = site.Params.background }} {{ end }} {{ $authorImage:= "/assets/images/default-avatar.png" }} {{ if $author.image }} {{ $authorImage = $author.image }} {{ end }}