{{ .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 }} {{.}} {{ else }} Your site's description {{end}}

{{ partial "sidebar/menu.html" . }}

{{ partial "sidebar/social.html" . }}

{{ with .Site.Params.copyright }}{{.|safeHTML}}{{ else }}© {{ now.Format "2006"}} {{.Site.Params.author}}. Some Rights Reserved.
Built with Hugo ❤️ hyde-hyde. {{end}}