diff options
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> |