core: generate HTML5 by default, but keep avoiding new elements like <section> that require specific browser support unless html5 is set to 1.

master
Simon McVittie 2014-11-26 12:00:31 +00:00
parent 6c51b764bc
commit c01f53d74e
2 changed files with 5 additions and 0 deletions

3
debian/changelog vendored
View File

@ -13,6 +13,9 @@ ikiwiki (3.20141017) UNRELEASED; urgency=medium
can mostly supersede the ikiwiki-calendar command.
Thanks, Louis Paternault
* search: add more classes as a hook for CSS. Thanks, sajolida
* core: generate HTML5 by default, but keep avoiding new elements
like <section> that require specific browser support unless html5 is
set to 1.
-- Joey Hess <joeyh@debian.org> Mon, 20 Oct 2014 12:04:49 -0400

View File

@ -59,3 +59,5 @@ At the moment my preferred option is the last, for which see my `ready/html5`
branch. I'll apply this at some point if there are no objections.
--[[smcv]]
> [[merged|done]] --[[smcv]]