Rainbow

{{ .Site.Title }}

{{ with .Site.Params.description }} {{.}} {{ else }}An elegant open source and mobile first theme for hugo made by @mdo. Originally made for Jekyll.{{end}}

{{ if .IsTranslated }}
    {{ range .Translations }}
  • {{ .Language.LanguageName }}: {{ .Title }}
  • {{ end}}
{{ end }}
    {{- $currentPage := . -}} {{ range .Site.Menus.main -}}
  • {{ .Name }}
  • {{- end }}

{{ with .Site.Params.copyright }}{{.}}{{ else }}© {{ now.Format "2006"}}. All rights reserved. {{end}}
{{ .Site.Params.author.name }} – {{ now.Format "2006"}} – {{ .Site.Params.blog.name }}