hugo-theme-stack-stars/layouts/page/single.html

12 lines
364 B
HTML
Raw Normal View History

{{ define "body-class" }}article-page keep-sidebar{{ end }}
2020-08-22 11:20:08 +00:00
{{ define "main" }}
{{ partial "article/article.html" . }}
2020-08-22 11:20:08 +00:00
{{ if or (not (isset .Params "comments")) (eq .Params.comments "true")}}
{{ partial "comments/include" . }}
{{ end }}
2020-08-22 11:20:08 +00:00
{{ partialCached "footer/footer" . }}
2020-08-22 11:20:08 +00:00
{{ partial "article/components/photoswipe" . }}
2020-08-22 11:20:08 +00:00
{{ end }}