summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSiri Reiter <siri@pjones.dk>2021-03-03 16:40:44 +0100
committerSiri Reiter <siri@pjones.dk>2021-03-03 16:40:44 +0100
commit99fbea73c23f0cadbad6616a3ab69661a6b81b3b (patch)
treedd66ffa1fc041416c0cade911fb48a1692f7eb65 /templates
parentee73ffa01b451199ce5925ad06d0a8bc5e2da736 (diff)
parent7f4214587599ef8c526fd5e23b434df5091aeab1 (diff)
Merge branch 'master' of xayide.jones.dk:/~/private_git/bynu/content
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>