summaryrefslogtreecommitdiff
path: root/themes/hugo-book/layouts/_markup/render-blockquote.html
blob: 88809a1a5e2cdc59acf2f2ea932cab864a10b59a (plain)
1
2
3
4
5
6
7
8
9
{{- $attributes := .Attributes }}
{{- $class := printf "book-hint %s" ($.AlertType | lower) }}
{{- if isset $attributes "class" }}
  {{ $class = printf "%s %s" $class (index $attributes "class") }}
{{ end -}}
{{- $attributes = merge $attributes (dict "class" $class) }}
<blockquote {{ range $key, $value := $attributes }}{{printf "%s='%s'" $key $value | safeHTMLAttr}}{{ end }}>
  {{ .Text }}
</blockquote>
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.