forked from mirrors/hugo-tufte
Fix bloquotes
This commit is contained in:
parent
53f59069e8
commit
b682f1d8c3
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
Loading…
Reference in a new issue