From 29c30ca8c685366e0085451f5691d796b9e73e9d Mon Sep 17 00:00:00 2001 From: Quentin Smith Date: Sun, 9 Sep 2012 22:05:26 -0400 Subject: [PATCH] Enable html5 mode --- ikiwiki.setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ikiwiki.setup b/ikiwiki.setup index 557ade1..0792aa0 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -42,6 +42,8 @@ my %common_setup_args = ( discussion => 0, # only send cookies over SSL connections? sslcookie => 0, + # enable html5 mode + html5 => 1, # extension to use for new pages default_pageext => 'mdwn', # extension to use for html files -- 2.45.0