aboutsummaryrefslogtreecommitdiff
path: root/doc/blog.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-13 16:14:48 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-13 16:14:48 -0500
commit264a82a435b9ce5560f4bbea7b53270c53ef5720 (patch)
tree3f48689d2bed7cfbd9e198ecf10a1c7788f70ed1 /doc/blog.mdwn
parent426d94b5007b3792a72ba4394e41b12e874d8203 (diff)
downloadikiwiki-264a82a435b9ce5560f4bbea7b53270c53ef5720.tar
ikiwiki-264a82a435b9ce5560f4bbea7b53270c53ef5720.tar.gz
* inline: Add timeformat parameter to control how the ctime of
inlined pages is displayed. Closes: #451019
Diffstat (limited to 'doc/blog.mdwn')
-rw-r--r--doc/blog.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/blog.mdwn b/doc/blog.mdwn
index fe839775c..6e5eec4aa 100644
--- a/doc/blog.mdwn
+++ b/doc/blog.mdwn
@@ -93,3 +93,5 @@ directive:
the rss/atom feeds. The default is the same as the `show` value above.
* `feedonly` - Only generate the feed, do not display the pages inline on
the page.
+* `timeformat` - Use this to specify how to display the time or date for pages
+ in the blog. The format string is passed to the strftime(3) function.