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 | |
parent | 09282b1d4c967bf2f423abdc46e483ce63b6a357 (diff) |
Fix wrap column around quote.
-rw-r--r-- | index.mdwn | 2 | ||||
-rw-r--r-- | templates/quote.mdwn | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -60,7 +60,6 @@ COLUMN]] </div> COLUMN]] -[[!template id=column size=12 content=<<COLUMN [[!template id=quote size=4 author="John Casey, Managing Director IMPACTO" content=<<QUOTE @@ -68,7 +67,6 @@ Great hands-on experience! Highly skilled and no-nonsense advisors who really know their stuff. QUOTE]] -COLUMN]] [[!template id=column size=8 content=<<COLUMN ### Contact 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]] |