diff options
-rw-r--r-- | index.mdwn | 8 | ||||
-rw-r--r-- | templates/quote.mdwn | 6 |
2 files changed, 14 insertions, 0 deletions
@@ -60,6 +60,14 @@ COLUMN]] </div> COLUMN]] +[[!template id=column size=4 + author="John Casey, Managing Director IMPACTO" + content=<<QUOTE +Great hands-on experience! +Highly skilled and no-nonsense advisors +who really know their stuff. +QUOTE]] + [[!template id=column size=8 content=<<COLUMN ### Contact diff --git a/templates/quote.mdwn b/templates/quote.mdwn new file mode 100644 index 0000000..d03c8db --- /dev/null +++ b/templates/quote.mdwn @@ -0,0 +1,6 @@ +<TMPL_VAR content> +</div> +<blockquote class="blockquote-reverse"> +<p><TMPL_VAR content></p> +<footer><TMPL_VAR author></footer> +</blockquote> |