summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2021-03-02 22:09:49 +0100
committerSiri Reiter <siri@jones.dk>2021-03-02 22:09:49 +0100
commitc6529930186fbb999ed1985f2cc98bcd9bbf1de9 (patch)
treee885fd72d726239cf628388770a7ba862121604f /templates
parentf284fcea79f81fc25e3237e9ac57d99a8b0d029a (diff)
add grid templates and replace columns template in tour lists
Diffstat (limited to 'templates')
-rw-r--r--templates/grid-item.mdwn3
-rw-r--r--templates/grid.mdwn3
2 files changed, 6 insertions, 0 deletions
diff --git a/templates/grid-item.mdwn b/templates/grid-item.mdwn
new file mode 100644
index 00000000..fd2226ae
--- /dev/null
+++ b/templates/grid-item.mdwn
@@ -0,0 +1,3 @@
+<div class="grid-item">
+<TMPL_VAR content>
+</div>
diff --git a/templates/grid.mdwn b/templates/grid.mdwn
new file mode 100644
index 00000000..c75a9fe6
--- /dev/null
+++ b/templates/grid.mdwn
@@ -0,0 +1,3 @@
+<div class="grid">
+<TMPL_VAR content>
+</div>