Fix bloquotes

This commit is contained in:
slashformotion 2021-07-25 10:03:10 +02:00
parent 53f59069e8
commit b682f1d8c3

View file

@ -1,4 +1,6 @@
<blockquote cite="{{ .Get "cite" }}"> <blockquote cite="{{ .Get "cite" }}">
{{ .Inner }} <p>
{{ .Inner }}
</p>
<footer>{{ .Get "footer" }}</footer> <footer>{{ .Get "footer" }}</footer>
</blockquote> </blockquote>