Benjamin Bach
2121cdca5f
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
8 lines
200 B
HTML
8 lines
200 B
HTML
{{- $author := .Get "author" -}}
|
|
|
|
<blockquote class="blockquote">
|
|
<p class="mb-0">{{ .Inner }}</p>
|
|
{{ with $author }}
|
|
<footer class="blockquote-footer">{{ . }}</footer>
|
|
{{ end }}
|
|
</blockquote> |