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/plugins | |
parent | f9e41d19b77f677a58bb22e1db47627cf9faa57f (diff) | |
download | ikiwiki-970373548fda77223ebbeb6aadbdbe4884b67cef.tar ikiwiki-970373548fda77223ebbeb6aadbdbe4884b67cef.tar.gz |
Add parameter to displaytime to specify that it is a pubdate, and in html5 mode, use time tag.
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/write.mdwn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index a9ea7db73..5e7042c3b 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -938,13 +938,16 @@ search for files. If the directory name is not absolute, ikiwiki will assume it is in the parent directory of the configured underlaydir. -### `displaytime($;$)` +### `displaytime($;$$)` Given a time, formats it for display. The optional second parameter is a strftime format to use to format the time. +If the third parameter is true, this is the publication time of a page. +(Ie, set the html5 pubdate attribute.) + ### `gettext` This is the standard gettext function, although slightly optimised. |