diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-02 13:44:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-02 13:44:13 -0400 |
commit | 970373548fda77223ebbeb6aadbdbe4884b67cef (patch) | |
tree | 96bff9d98712ea9a0171ebe6620edea46b7f0e7d /doc/bugs | |
parent | f9e41d19b77f677a58bb22e1db47627cf9faa57f (diff) |
Add parameter to displaytime to specify that it is a pubdate, and in html5 mode, use time tag.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/html5_support.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/html5_support.mdwn b/doc/bugs/html5_support.mdwn index dca60d57e..386a3094a 100644 --- a/doc/bugs/html5_support.mdwn +++ b/doc/bugs/html5_support.mdwn @@ -133,6 +133,9 @@ As a workaround: > Also, the [[plugins/relativedate]] plugin needs to be updated to > support relatatizing the contents of time elements. --[[Joey]] +> Done and done; in html5 mode it uses the time tag, and even +> adds pubdate when displaying ctimes. --[[Joey]] + ## tidy plugin Will reformat html5 to html4. |