diff options
author | Siri Reiter <siri@pjones.dk> | 2021-03-03 16:40:44 +0100 |
---|---|---|
committer | Siri Reiter <siri@pjones.dk> | 2021-03-03 16:40:44 +0100 |
commit | 99fbea73c23f0cadbad6616a3ab69661a6b81b3b (patch) | |
tree | dd66ffa1fc041416c0cade911fb48a1692f7eb65 /templates | |
parent | ee73ffa01b451199ce5925ad06d0a8bc5e2da736 (diff) | |
parent | 7f4214587599ef8c526fd5e23b434df5091aeab1 (diff) |
Merge branch 'master' of xayide.jones.dk:/~/private_git/bynu/content
Diffstat (limited to 'templates')
-rw-r--r-- | templates/grid-item.mdwn | 3 | ||||
-rw-r--r-- | templates/grid.mdwn | 3 |
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> |