calendarmonth.tmpl: The month calendar is now put in a sidebar.
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 15 Apr 2010 22:51:50 +0000 (18:51 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 15 Apr 2010 22:51:50 +0000 (18:51 -0400)
debian/changelog
templates/calendarmonth.tmpl

index dfb94ae225be12f2f81c0192fd8939e67785d265..e4056fdc66bcfde892188e7a6946b6016f5b7e95 100644 (file)
@@ -42,6 +42,7 @@ ikiwiki (3.20100415) UNRELEASED; urgency=low
   * Enable calendar and sidebar in auto-blog.setup.
   * sidebar: Add global_sidebars setting.
   * conditional: Fix bug that forced "all" mode off by default.
+  * calendarmonth.tmpl: The month calendar is now put in a sidebar.
 
  -- Joey Hess <joeyh@debian.org>  Sun, 04 Apr 2010 12:17:11 -0400
 
index 37ad78c5cd8947a06dd1b9f485bfe0bcaff051d5..23cd95430843d22cffdf3e27d2770e927fa8fb3a 100644 (file)
@@ -1,3 +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]]