Fix quote indentation

master
Will Faught 1 year ago
parent 852f1b629f
commit bc3850f91e

@ -5,10 +5,12 @@
{{ errorf "layouts/shortcodes/paige/quote.html: no content" }}
{{ end }}
{{/* The markup below cannot be indented due to nested shortcodes within Markdown. */}}
<div class="paige-quote">
<blockquote class="blockquote">{{ $content }}</blockquote>
<blockquote class="blockquote">{{ $content }}</blockquote>
{{ with $cite }}
<div class="blockquote-footer">{{ . }}</div>
{{ end }}
{{ with $cite }}
<div class="blockquote-footer">{{ . }}</div>
{{ end }}
</div>

Loading…
Cancel
Save