summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-05-29 15:59:14 +0200
committerJonas Smedegaard <dr@jones.dk>2017-05-29 15:59:14 +0200
commit0498fda0ded7ee6a310c1fd436270c985d28060a (patch)
tree3d5457554d9f141f36faefe03d1e33dc219a702c
parent79ffeda401440d15f2c665e68ae232a0394a39d2 (diff)
Avoid template-in-template.
-rw-r--r--templates/quote.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/quote.mdwn b/templates/quote.mdwn
index 66a253d..f40d73d 100644
--- a/templates/quote.mdwn
+++ b/templates/quote.mdwn
@@ -1,6 +1,6 @@
-[[!template id=column size=12 content=<<_Q_U_O_T_E_C_O_L_U_M_N_
+<div class="col-md-12">
<blockquote class="blockquote-reverse">
<p><TMPL_VAR content></p>
<footer><TMPL_VAR author></footer>
</blockquote>
-_Q_U_O_T_E_C_O_L_U_M_N_]]
+</div>