]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/shortcut.pm
calendar: Display year name in title of month calendar.
[ikiwiki.git] / IkiWiki / Plugin / shortcut.pm
index 5693ee7822f16bbca5bf45d93f7761450f8cd913..0cedbe447480f7f7e01a24476c1cc40e856bccc5 100644 (file)
@@ -16,11 +16,12 @@ sub getsetup () {
                plugin => {
                        safe => 1,
                        rebuild => undef,
+                       section => "widget",
                },
 }
 
 sub checkconfig () {
-       if (defined $config{srcdir}) {
+       if (defined $config{srcdir} && length $config{srcdir}) {
                # Preprocess the shortcuts page to get all the available shortcuts
                # defined before other pages are rendered.
                my $srcfile=srcfile("shortcuts.".$config{default_pageext}, 1);