2017-11-29 16:50:45 -05:00
|
|
|
{{ partial "site_header.html" . }}
|
|
|
|
{{ partial "page_header.html" . }}
|
|
|
|
|
|
|
|
{{ if isset .Site.Params "yearlymicroposts" | and ( .Site.Params.yearlymicroposts ) }}
|
|
|
|
|
2018-01-29 23:58:18 -05:00
|
|
|
{{ partial "yearly_grouping.html" . }}
|
2017-11-29 16:50:45 -05:00
|
|
|
|
|
|
|
{{ else }}
|
|
|
|
|
2018-01-29 23:58:18 -05:00
|
|
|
{{ partial "default_list.html" . }}
|
2017-11-29 16:50:45 -05:00
|
|
|
|
|
|
|
{{ end }}
|
|
|
|
|
|
|
|
{{ partial "page_footer.html" . }}
|
|
|
|
{{ partial "site_footer.html" . }}
|