mirror of
https://github.com/loikein/hugo-tufte.git
synced 2025-07-27 15:42:45 +02:00
Add blockquote shortcode.
This commit is contained in:
parent
45c0414b3d
commit
f48e153d93
2 changed files with 14 additions and 0 deletions
layouts/shortcodes
4
layouts/shortcodes/blockquote.html
Normal file
4
layouts/shortcodes/blockquote.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<blockquote cite="{{ .Get "cite" }}">
|
||||
{{ .Inner }}
|
||||
<footer>{{ .Get "footer" }}</footer>
|
||||
</blockquote>
|
Loading…
Add table
Add a link
Reference in a new issue