summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-04-03 14:20:31 +0200
committerJonas Smedegaard <dr@jones.dk>2017-04-03 14:20:31 +0200
commit25c7c8f94dba816cbc4aa6be1f6d8000c377599b (patch)
treebd1c6437ce75a3ee9e3f6807ddff2af9ac79db6a
parent0e78dbf9f1b07adb5096a108bf9c64cf961813d9 (diff)
Add quote.
-rw-r--r--index.mdwn8
-rw-r--r--templates/quote.mdwn6
2 files changed, 14 insertions, 0 deletions
diff --git a/index.mdwn b/index.mdwn
index e25ec71..983bd16 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -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>