Add and Refactor shortcodes.

Add the epigraph shortcode.  This should complete the Tufte-CSS
specific shortcodes.  Additionally, the section and div shortcodes
were refactored for ease of use.
This commit is contained in:
Shawn O'Hare 2016-01-01 11:51:23 -08:00
commit b9ec18d78e
6 changed files with 76 additions and 13 deletions
layouts/shortcodes

View file

@ -0,0 +1 @@
<cite>{{ .Inner }}</cite>