diff options
author | Karl Semich <0xloem@gmail.com> | 2016-08-27 04:31:52 -0400 |
---|---|---|
committer | Karl Semich <0xloem@gmail.com> | 2016-08-27 04:31:52 -0400 |
commit | 6945074c2c496a89665f559d431cf22602199937 (patch) | |
tree | dd76fa29e557aaaaf11a40d5595a22a996533f41 /backend/ikistrap/templates/calendarmonth.tmpl | |
parent | 227d6118cf72cf9333ac2488b76633f346e59425 (diff) | |
download | standingwithresilience-6945074c2c496a89665f559d431cf22602199937.tar.gz standingwithresilience-6945074c2c496a89665f559d431cf22602199937.zip |
Added ikistrap template
Diffstat (limited to 'backend/ikistrap/templates/calendarmonth.tmpl')
-rw-r--r-- | backend/ikistrap/templates/calendarmonth.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/ikistrap/templates/calendarmonth.tmpl b/backend/ikistrap/templates/calendarmonth.tmpl new file mode 100644 index 0000000..23cd954 --- /dev/null +++ b/backend/ikistrap/templates/calendarmonth.tmpl @@ -0,0 +1,5 @@ +[[!sidebar content=""" +[[!calendar type=month month=<TMPL_VAR MONTH> year=<TMPL_VAR YEAR> pages="<TMPL_VAR PAGESPEC>"]] +"""]] + +[[!inline pages="creation_month(<TMPL_VAR MONTH>) and creation_year(<TMPL_VAR YEAR>) and <TMPL_VAR PAGESPEC>" show=0 feeds=no reverse=yes]] |