diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-04-03 15:45:48 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-04-03 15:45:48 +0200 |
commit | be4e97117e7b1102c6cafdd4fa3d3b085422b9fa (patch) | |
tree | 18a9ef8a3d2069cb694773a8a5b0c3528b8059cc /templates | |
parent | 09282b1d4c967bf2f423abdc46e483ce63b6a357 (diff) |
Fix wrap column around quote.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/quote.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/quote.mdwn b/templates/quote.mdwn index d03c8db..c8db6f0 100644 --- a/templates/quote.mdwn +++ b/templates/quote.mdwn @@ -1,6 +1,8 @@ +[[!template id=column size=12 content=<<COLUMN <TMPL_VAR content> </div> <blockquote class="blockquote-reverse"> <p><TMPL_VAR content></p> <footer><TMPL_VAR author></footer> </blockquote> +COLUMN]] |