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

summary.html « page « modules « partials « layouts - github.com/mmrath/hugo-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6fec2cd585b8fe8aac22fdbbba699a21c9a2f77d (plain)
1
2
3
4
5
6
7
{{ if .IsPage }}
  {{ if .Description }}
    {{ .Description | markdownify }}
  {{ else }}
    {{ .Summary }}
  {{ end }}
{{ end }}