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

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

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

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

{{- end }}