diff options
author | http://merriam.myopenid.com/ <merriam@web> | 2011-07-15 14:12:04 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-07-15 14:12:04 -0400 |
commit | 1ea44325e9276e4cff79655e8fc794d1c0e8e9eb (patch) | |
tree | e107bde32556def94cf4891b78f5ad2bdf1db717 /doc | |
parent | d9dd898a0523efa7dc0537fbd02faf012e148fc9 (diff) | |
download | ikiwiki-1ea44325e9276e4cff79655e8fc794d1c0e8e9eb.tar ikiwiki-1ea44325e9276e4cff79655e8fc794d1c0e8e9eb.tar.gz |
typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tips/Make_calendar_start_week_on_Monday.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/Make_calendar_start_week_on_Monday.mdwn b/doc/tips/Make_calendar_start_week_on_Monday.mdwn index 73f0abbd3..5bce4b649 100644 --- a/doc/tips/Make_calendar_start_week_on_Monday.mdwn +++ b/doc/tips/Make_calendar_start_week_on_Monday.mdwn @@ -4,6 +4,6 @@ To accomplish this on a blog setup, I ran: cp /usr/share/ikiwiki/templates/calendar* ${SRCDIR}/templates/ sed -i 's/^\(\[\[!calendar\)/\1 week_start_day="1"/' ${SRCDIR}/templates/calendar* ${SRCDIR}/sidebar.mdwn -where `${SRCDIR}` was the source directory for the blog. This overrides the standard templates with ones that has the `week_start_day="1"` option added. If the upstream templates change, one has to manually update the locally overriding ones. +where `${SRCDIR}` was the source directory for the blog. This overrides the standard templates with ones that have the `week_start_day="1"` option added. If the upstream templates change, one has to manually update the locally overriding ones. I personally managed to forget about having to change also the initially auto-generated `sidebar.mdwn` page, which led to some brain activity for me. |