summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/quote.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/quote.html')
-rw-r--r--layouts/shortcodes/quote.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layouts/shortcodes/quote.html b/layouts/shortcodes/quote.html
new file mode 100644
index 0000000..f2d9c4c
--- /dev/null
+++ b/layouts/shortcodes/quote.html
@@ -0,0 +1,10 @@
+<div class="quoteblock">
+ <blockquote>
+ <div class="paragraph">
+ {{ .Inner | .Page.RenderString }}
+ </div>
+ </blockquote>
+ <div class="attribution">
+ — {{ .Get "attribution" }}
+ </div>
+</div>