diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-05-29 15:59:14 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-05-29 15:59:14 +0200 |
commit | 0498fda0ded7ee6a310c1fd436270c985d28060a (patch) | |
tree | 3d5457554d9f141f36faefe03d1e33dc219a702c /templates | |
parent | 79ffeda401440d15f2c665e68ae232a0394a39d2 (diff) |
Avoid template-in-template.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/quote.mdwn | 4 |
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> |