1
0
Fork 0
forked from mirrors/hugo-tufte

Add blockquote shortcode.

This commit is contained in:
Shawn O'Hare 2015-12-30 22:10:37 -08:00
commit f48e153d93
2 changed files with 14 additions and 0 deletions
layouts/shortcodes

View file

@ -0,0 +1,4 @@
<blockquote cite="{{ .Get "cite" }}">
{{ .Inner }}
<footer>{{ .Get "footer" }}</footer>
</blockquote>