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