Welcome to mirror list, hosted at ThFree Co, Russian Federation.

single.html « _default « layouts - github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9d2f3ef7733408273e7d3e7189754c5d247a10e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{{ define "body-class" }}article-page{{ end }}
{{ define "main" }}
    {{ partial "article/article.html" . }}

    {{ if or (not (isset .Params "comments")) (eq .Params.comments "true")}} 
        {{ partial "comments/include" . }}
    {{ end }}

    {{ partialCached "footer/footer" . }}

    {{ partialCached "article/components/photoswipe" . }}
{{ end }}