summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-03-27 21:23:37 +0200
committerJonas Smedegaard <dr@jones.dk>2017-03-27 21:23:37 +0200
commite94300c91bb91e3932da990a17213749d87a007f (patch)
tree59731f043467d231e94213479f154c1d02577984 /templates
parentba6451dfa10f8e9c14e80f16d7fee74cc4d8f02a (diff)
Fix use template for column.
Diffstat (limited to 'templates')
-rw-r--r--templates/column.mdwn3
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>