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

single.html « _default « layouts - github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e5533754a135f14b913b772c0c62c4b92d03b475 (plain)
1
2
3
4
5
6
{{ define "header" }}
 {{ partial "main/header.html" . }}
{{ end }}
{{ define "main" }}
  {{ partial "main/single.html" . }}
{{ end }}