summaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
blob: bed5a61be8281b494a29e89e5c9ce776c75acef5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{ define "main" }}

<article>
  {{ .Page.Content }}
</article>

{{- if .Params.primary_menu  }}
  {{ partial "single/bottom_nav.html" (dict "menuID" .Page.Params.primary_menu "page" .) }}
{{- end }}

{{ partial "single/dates.html" . }}

{{- end }}