diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-02-09 23:05:48 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-02-09 23:05:48 -0500 |
commit | f1fcb5be9ca9e473a7a0c723871cad2c8e1493ec (patch) | |
tree | a788bb888d2fc1fccb3e90767fd661ac6ea24b94 /doc/todo | |
parent | a72a620134c92396fac89a1868e5727160001ab7 (diff) | |
download | ikiwiki-f1fcb5be9ca9e473a7a0c723871cad2c8e1493ec.tar ikiwiki-f1fcb5be9ca9e473a7a0c723871cad2c8e1493ec.tar.gz |
* Page templates can now use CTIME to show when the page was created.
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/ctime_on_blog_post_pages_.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/ctime_on_blog_post_pages_.mdwn b/doc/todo/ctime_on_blog_post_pages_.mdwn index 4fd099d9d..d75dcd932 100644 --- a/doc/todo/ctime_on_blog_post_pages_.mdwn +++ b/doc/todo/ctime_on_blog_post_pages_.mdwn @@ -3,3 +3,7 @@ The user has to look at the history link to find when a blog item was posted. It would be nice if blog entry post pages could include the ctime. -- [[Edward_Betts]] + +> I've committed a change that adds a CTIME variable to page.tmpl. I left +> it commented out in the default template, since it seems like a bit of +> clutter to me. Good enough? --[[Joey]] |