aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/base-description.html
blob: 94b10c21a78ac792f2909ff538eee40688402d4f (plain)
1
2
3
4
5
6
7
8
{{- if .Params.summary -}}
  {{ .Params.summary }}
{{- else if .Summary -}}
  {{ .Summary }}
{{- else -}}
  {{- block "description" . -}}{{- end -}}
  {{- partial "base-title.html" . -}}
{{- end -}}