aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/recentchanges.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-14 20:10:18 -0400
committerJoey Hess <joey@kitenet.net>2010-05-14 20:10:18 -0400
commit377e82b16c95833a37c1f87e57122e8b44c187cb (patch)
tree0c2e36987fbc97880aa4733ce11a6317b08fd18e /IkiWiki/Plugin/recentchanges.pm
parent5a4c95cc352d6895c11542245981c62a5c003370 (diff)
downloadikiwiki-377e82b16c95833a37c1f87e57122e8b44c187cb.tar
ikiwiki-377e82b16c95833a37c1f87e57122e8b44c187cb.tar.gz
we want the recentchanges link to be the first floating action
Diffstat (limited to 'IkiWiki/Plugin/recentchanges.pm')
-rw-r--r--IkiWiki/Plugin/recentchanges.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/recentchanges.pm b/IkiWiki/Plugin/recentchanges.pm
index 65044080f..7eba931be 100644
--- a/IkiWiki/Plugin/recentchanges.pm
+++ b/IkiWiki/Plugin/recentchanges.pm
@@ -11,7 +11,8 @@ sub import {
hook(type => "getsetup", id => "recentchanges", call => \&getsetup);
hook(type => "checkconfig", id => "recentchanges", call => \&checkconfig);
hook(type => "refresh", id => "recentchanges", call => \&refresh);
- hook(type => "pageactions", id => "recentchanges", call => \&pageactions);
+ hook(type => "pageactions", id => "recentchanges", call => \&pageactions,
+ first => 1);
hook(type => "pagetemplate", id => "recentchanges", call => \&pagetemplate);
hook(type => "htmlize", id => "_change", call => \&htmlize);
# Load goto to fix up links from recentchanges