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