{{ with .Site.Params.logo }}
{{ end }}
{{ .Site.Title }} {{ with .Site.Params.version }}{{ . }}{{ end }} {{ with .Scratch.Get "repo_id" }}
{{ . }} {{ end }}
{{ if (eq (trim .Site.Params.provider " " | lower) "github") | and (isset .Site.Params "repo_url") }}
  • Download
  • Stars –

{{ end }}
{{ if gt (len .Site.Menus.main) 0 }}
    {{ partial "nav" . }}
{{ end }} {{ if isset .Site.Params "author" }}
The author
    {{ with .Site.Social.twitter }}
  • @{{ . }} on Twitter
  • {{ end }} {{ with .Site.Social.github }}
  • @{{ . }} on GitHub
  • {{ end }} {{ with .Site.Social.email }}
  • Contact via email
  • {{ end }}
{{ end }}