Fix quote indentation
This commit is contained in:
@@ -5,10 +5,12 @@
|
|||||||
{{ errorf "layouts/shortcodes/paige/quote.html: no content" }}
|
{{ errorf "layouts/shortcodes/paige/quote.html: no content" }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<div class="paige-quote">
|
{{/* The markup below cannot be indented due to nested shortcodes within Markdown. */}}
|
||||||
<blockquote class="blockquote">{{ $content }}</blockquote>
|
|
||||||
|
|
||||||
{{ with $cite }}
|
<div class="paige-quote">
|
||||||
<div class="blockquote-footer">{{ . }}</div>
|
<blockquote class="blockquote">{{ $content }}</blockquote>
|
||||||
{{ end }}
|
|
||||||
|
{{ with $cite }}
|
||||||
|
<div class="blockquote-footer">{{ . }}</div>
|
||||||
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user