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