{{ .Site.Title }}

{{ with .Site.Params.authorimage }} Author Image {{ end }}

{{ with .Site.Params.description }} {{.}} {{ else }} Your site's description {{end}}

    {{ range .Site.Menus.main -}}
  • {{ .Name | upper }}
  • {{- end }}
{{ partial "social.html" . }}

{{ with .Site.Params.copyright }}{{.}}{{ else }}© {{ now.Format "2006"}} {{.Site.Params.author}}. Some rights reserved. {{end}}