diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2014-03-16 21:22:43 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2014-03-16 21:22:43 -0700 |
commit | 8c46c3b91cb97a96ac7460fee5b1714541964b85 (patch) | |
tree | 90791466e38e10460c0aa261f0aae4299005fe90 /libpiny/share | |
parent | 23e5fca9cb8f3ed34b7d31d5330088b650d45788 (diff) | |
download | piny-code-8c46c3b91cb97a96ac7460fee5b1714541964b85.tar.gz piny-code-8c46c3b91cb97a96ac7460fee5b1714541964b85.zip |
Default ikiwiki.setup: remove "Preferences" link.
Diffstat (limited to 'libpiny/share')
-rw-r--r-- | libpiny/share/ikiwiki.setup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpiny/share/ikiwiki.setup b/libpiny/share/ikiwiki.setup index 67c54ab..f03e63e 100644 --- a/libpiny/share/ikiwiki.setup +++ b/libpiny/share/ikiwiki.setup @@ -28,6 +28,7 @@ use IkiWiki::Setup::Standard { atom => 0, # Include discussion links on all pages? discussion => 0, + prefs => 0, # To exclude files matching a regexp from processing. This adds to # the default exclude list. #exclude => qr/*\.wav/, |