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

taxonomy.html « taxonomy « layouts - github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5a0de4d663d42c4472cda33c885f7fc5d628ffe5 (plain)
1
2
3
4
5
6
7
{{- define "main" -}}

<h1>{{ .Title }}</h1>

{{ partial "post-list" . }}

{{- end -}}