diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-03-27 21:23:37 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-03-27 21:23:37 +0200 |
commit | e94300c91bb91e3932da990a17213749d87a007f (patch) | |
tree | 59731f043467d231e94213479f154c1d02577984 /templates | |
parent | ba6451dfa10f8e9c14e80f16d7fee74cc4d8f02a (diff) |
Fix use template for column.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/column.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/column.mdwn b/templates/column.mdwn new file mode 100644 index 0000000..dfe2b8b --- /dev/null +++ b/templates/column.mdwn @@ -0,0 +1,3 @@ +<div class="col-<TMPL_IF breakpoint><TMPL_VAR breakpoint><TMPL_ELSE>md</TMPL_IF>-<TMPL_VAR size><TMPL_IF offset> col-offset-<TMPL_IF breakpoint><TMPL_VAR breakpoint><TMPL_ELSE>md</TMPL_IF>-<TMPL_VAR offset></TMPL_IF>"> +<TMPL_VAR content> +</div> |