mirror of
https://github.com/loikein/hugo-tufte.git
synced 2024-11-16 21:36:56 +01:00
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" }}">
|
||||||
|
<p>
|
||||||
{{ .Inner }}
|
{{ .Inner }}
|
||||||
|
</p>
|
||||||
<footer>{{ .Get "footer" }}</footer>
|
<footer>{{ .Get "footer" }}</footer>
|
||||||
</blockquote>
|
</blockquote>
|
Loading…
Reference in a new issue