diff options
-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]] |