{{ .Site.Title }} {{ with .Site.Params.authorimage }} {{ $strippedSlash := ($.Site.Params.authorimage | replaceRE "^(/)+(.*)" "$2") }} {{ $authorImage := (printf "%s%s" $.Site.BaseURL $strippedSlash) }}
Author Image
{{ end }}

{{ with .Site.Params.description }} {{.}} {{end}}