diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-03 12:15:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-03 12:46:52 -0400 |
commit | 2f22ee85e547dfe408fc0ec520aed6a6e137e136 (patch) | |
tree | bf9ee906ca723453e9a8c05b32ab3cb502e941b5 /debian | |
parent | adf182669dbb82b821216faf643ac5084f252a19 (diff) |
Add ACTIONS variable to page.tmpl, which allows plugins to add arbitrary links to the action bar without modifying the template further.
(COMMENTSLINK and DISCUSSIONLINK could be folded into this, but are kept
separate for now to avoid breaking modified templates.)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 789fda1ce..e03375bd3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,10 @@ ikiwiki (3.20100502) UNRELEASED; urgency=low * In html5 mode, use all the nice new semantic tags. Care was taken to not change the id/class named used in the CSS, so only CSS that refers to tag types needed to be changed. + * Add ACTIONS variable to page.tmpl, which allows plugins to add arbitrary + links to the action bar without modifying the template further. + (COMMENTSLINK and DISCUSSIONLINK could be folded into this, but + are kept separate for now to avoid breaking modified templates.) -- Joey Hess <joeyh@debian.org> Sun, 02 May 2010 13:22:50 -0400 |