{{ if .IsHome }}
{{ end }}
skip to content
{{ partial "svg.html" . }}
{{ .Site.Params.Description | markdownify }}
{{ block "nav" . }}
Main navigation
Menu
{{ $current := . }}
{{ range .Site.Menus.nav }}
{{ $active := or ($current.IsMenuCurrent "nav" .) ($current.HasMenuCurrent "nav" .) }} {{ $active = or $active (eq .Name $current.Title) }} {{ $active = or $active (and (eq .Name "Blog") (eq $current.Section "post")) }} {{ $active = or $active (and (eq .Name "Tags") (eq $current.Section "tags")) }}
{{ .Name }}
{{ end }}
{{ end }}
{{ if .Page.IsHome }} {{ end }}