aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/shortcodes/footer.html
blob: 579913d31cc841b726824282b5472d8367d813f8 (plain)
1
2
3
4
5
6
7
{{- $text := default "Block Quote" (.Get "text" | default (.Get 0)) -}}

{{- if gt (len .Inner) 1 -}}
  {{ $text = .Inner }}
{{- end -}}

<span>{{ $text | markdownify }}</span>