diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-04-03 14:20:31 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-04-03 14:20:31 +0200 |
commit | 25c7c8f94dba816cbc4aa6be1f6d8000c377599b (patch) | |
tree | bd1c6437ce75a3ee9e3f6807ddff2af9ac79db6a | |
parent | 0e78dbf9f1b07adb5096a108bf9c64cf961813d9 (diff) |
Add quote.
-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> |