diff options
author | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-11-23 17:43:06 +0000 |
---|---|---|
committer | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2008-12-11 21:14:04 +0000 |
commit | 24bfc3fdc52fd55703c6b618b768cfb0905456d3 (patch) | |
tree | 653febe37cc694a9f9dd2127205998bcdef93099 /templates | |
parent | e66e2c2a7e2fdf2d80c20e61854480342d3fa8b4 (diff) | |
download | ikiwiki-24bfc3fdc52fd55703c6b618b768cfb0905456d3.tar ikiwiki-24bfc3fdc52fd55703c6b618b768cfb0905456d3.tar.gz |
comments: record the time at which each comment was posted
Diffstat (limited to 'templates')
-rw-r--r-- | templates/comments_comment.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/comments_comment.tmpl b/templates/comments_comment.tmpl index 56a28753e..8e6affb0d 100644 --- a/templates/comments_comment.tmpl +++ b/templates/comments_comment.tmpl @@ -15,6 +15,9 @@ <TMPL_IF NAME="PERMALINK"> [[!meta permalink="<TMPL_VAR PERMALINK ESCAPE=HTML>"]] </TMPL_IF> +<TMPL_IF NAME="DATE"> +[[!meta date="<TMPL_VAR DATE ESCAPE=HTML>"]] +</TMPL_IF> <TMPL_IF NAME="ANCHOR"> </div> |