{{ with .Site.Title }} {{ . }} {{ end }}

{{ with .Site.Params.Slogan }}

{{ . | default "" | safeHTML }}

{{ end }}
    {{ range $name, $taxonomy := .Site.Params.Navlinks }}
  • {{ $taxonomy.name }}
  • {{ end }}
    {{ with .Site.Params.social.facebook }}
  • facebook
  • {{end}} {{ with .Site.Params.social.googleplus }}
  • googleplus
  • {{end}} {{ with .Site.Params.social.twitter }}
  • twitter
  • {{end}} {{ with .Site.Params.social.instagram }}
  • instagram
  • {{end}} {{ with .Site.Params.social.email }}
  • email
  • {{end}} {{ with .Site.Params.social.linkedin }}
  • linkedin
  • {{end}} {{ with .Site.Params.social.stackoverflow }}
  • stackoverflow
  • {{end}} {{ with .Site.Params.social.github }}
  • github
  • {{end}} {{ with .Site.Params.social.pinterest }}
  • pinterest
  • {{end}} {{ if .Site.Params.social.rss }}
  • rss
  • {{end}}
{{ range .Site.Params.copyright }}

{{ . | markdownify | safeHTML }}

{{ else }}

Nederburg Hugo Theme by Appernetic.

A port of Tracks by Compete Themes.

{{ end }}