core: generate HTML5 by default, but keep avoiding new elements like <section> that require specific browser support unless html5 is set to 1.
parent
6c51b764bc
commit
c01f53d74e
|
@ -13,6 +13,9 @@ ikiwiki (3.20141017) UNRELEASED; urgency=medium
|
||||||
can mostly supersede the ikiwiki-calendar command.
|
can mostly supersede the ikiwiki-calendar command.
|
||||||
Thanks, Louis Paternault
|
Thanks, Louis Paternault
|
||||||
* search: add more classes as a hook for CSS. Thanks, sajolida
|
* 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
|
-- Joey Hess <joeyh@debian.org> Mon, 20 Oct 2014 12:04:49 -0400
|
||||||
|
|
||||||
|
|
|
@ -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.
|
branch. I'll apply this at some point if there are no objections.
|
||||||
|
|
||||||
--[[smcv]]
|
--[[smcv]]
|
||||||
|
|
||||||
|
> [[merged|done]] --[[smcv]]
|
||||||
|
|
Loading…
Reference in New Issue