Omphaloskepsis-2/layouts/single.html

12 lines
442 B
HTML
Raw Normal View History

{{ define "main-class" }}--single layouts-default-single{{ end }}
{{ define "main-body-additional" }}
{{ if fileExists ( path.Join $.Page.File.Dir "appendices.md" ) }}
{{- partial "single/main-body/appendices.html" ( dict "pc" . "sc" $ ) -}}
{{ end }}
{{ if fileExists ( path.Join $.Page.File.Dir "corrigenda.md" ) }}
{{- partial "single/main-body/corrigenda.html" ( dict "pc" . "sc" $ ) -}}
{{ end }}
{{ end }}