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

single.html « archives « layouts - github.com/wd/hugo-fabric.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 73d1fa03d5fddc4cc2994e5c5690aa99432db76b (plain)
1
2
3
4
{{ define "body" }}
{{ partial "disqus.html" (dict "shortname" $.Site.Params.theme.disqus_shortname "index" true) }}
{{ partial "archive.html" . }}
{{ end }}