From ef47e8abeff85758eb19cd3f22221ddb6d40cb62 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 31 Jan 2010 21:28:54 -0200 Subject: Template fix --- templates/ikiwiki.setup.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/ikiwiki.setup.erb b/templates/ikiwiki.setup.erb index 786dcbe..ed99ba4 100644 --- a/templates/ikiwiki.setup.erb +++ b/templates/ikiwiki.setup.erb @@ -124,7 +124,7 @@ use IkiWiki::Setup::Standard { # To create output files named page.html rather than page/index.html. #usedirs => 0, # Simple spam prevention: require an account-creation password. -<%= if account_creation_password != false %> account_creation_password => "<%= account_creation_password %>",<%= end %> +<% if account_creation_password != false %> account_creation_password => "<%= account_creation_password %>",<% end %> # Cost of generating a password using Authen::Passphrase::BlowfishCrypt #password_cost => 8, # Uncomment to force ikiwiki to run with a particular umask. @@ -143,10 +143,10 @@ use IkiWiki::Setup::Standard { # To add plugins, list them here. #add_plugins => [qw{goodstuff search wikitext camelcase # htmltidy fortune sidebar map rst anonok}], -<%= if add_plugins != false %> add_plugins => [qw{<%= add_plugins %>}],<%= end %> +<% if add_plugins != false %> add_plugins => [qw{<%= add_plugins %>}],<% end %> # If you want to disable any of the default plugins, list them here. #disable_plugins => [qw{inline htmlscrubber passwordauth openid}], -<%= if disable_plugins != false %> disable_plugins => [qw{<%= disable_plugins %>}],<%= end %> +<% if disable_plugins != false %> disable_plugins => [qw{<%= disable_plugins %>}],<% end %> # To add a directory to the perl search path, use this. #libdir => "/home/me/.ikiwiki/", -- cgit v1.2.3