Sync
This commit is contained in:
11
layouts/shortcodes/blockquote.html
Normal file
11
layouts/shortcodes/blockquote.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{{ $quote := .Inner }}
|
||||
|
||||
<blockquote class="blockquote">
|
||||
<p>
|
||||
{{ $quote | markdownify }}
|
||||
{{ with (.Get "author") }}
|
||||
<br>
|
||||
<span class="author">— {{ . }}</span>
|
||||
{{ end }}
|
||||
</p>
|
||||
</blockquote>
|
||||
Reference in New Issue
Block a user