diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/events.mdwn | 4 | ||||
-rw-r--r-- | templates/menusection.mdwn | 4 | ||||
-rw-r--r-- | templates/timespan.mdwn | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/templates/events.mdwn b/templates/events.mdwn new file mode 100644 index 0000000..cb1501d --- /dev/null +++ b/templates/events.mdwn @@ -0,0 +1,4 @@ +<div class="break"> +<h3><TMPL_VAR title></h3> +[[!inline pages="tagged(arrangement)" archive="yes" show=3 template="titlepage" sort="-meta(date)" guid=tag:langdalgaard.dk/arrangement]] +</div> diff --git a/templates/menusection.mdwn b/templates/menusection.mdwn new file mode 100644 index 0000000..6466539 --- /dev/null +++ b/templates/menusection.mdwn @@ -0,0 +1,4 @@ +<div class="menusection<TMPL_IF first> break</TMPL_IF>"> +<h3><TMPL_VAR title></h3> +<TMPL_VAR content> +</div> diff --git a/templates/timespan.mdwn b/templates/timespan.mdwn new file mode 100644 index 0000000..3481b43 --- /dev/null +++ b/templates/timespan.mdwn @@ -0,0 +1,4 @@ +<div class="timespan"> +<h3><TMPL_VAR title></h3> +<TMPL_VAR content> +</div> |