diff options
author | Louis <spalax@gresille.org> | 2014-07-05 14:14:57 +0200 |
---|---|---|
committer | Louis <spalax@gresille.org> | 2014-07-05 14:14:57 +0200 |
commit | 59b46942e01b32138d056381249effbbaf773892 (patch) | |
tree | 99cd3a2db5ede3995c9e91cab7d81c23c22540b7 /doc | |
parent | de9842ecc8914e11e73148dae78cd6909b535262 (diff) | |
download | ikiwiki-59b46942e01b32138d056381249effbbaf773892.tar ikiwiki-59b46942e01b32138d056381249effbbaf773892.tar.gz |
Added option `calendar_fill_gaps`
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/calendar.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/plugins/calendar.mdwn b/doc/plugins/calendar.mdwn index df378fe0d..b7dd3b206 100644 --- a/doc/plugins/calendar.mdwn +++ b/doc/plugins/calendar.mdwn @@ -19,6 +19,10 @@ pages from templates (overriding the existing ones). `archivebase` and `calendar_autocreate_commit` are set. * `calendar_autocreate_commit` - If set, causes new archive pages to be checked into version control. Defaults to 1. +* `calendar_fill_gaps` - If set (and `calendar_autocreate` is set as well), + build calendar pages of emty years and months (but does not build pages older + than the older page, and younger than the younger page of the pagespec). If + not, thoses empty calendar pages will be skipped. ## CSS |