summaryrefslogtreecommitdiff
path: root/doc/plugins/meta.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-15 05:48:40 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-15 05:48:40 +0000
commitf850acc6ad8a780a6b913df1099b8563647de03d (patch)
tree252f89382ab86f63a55fc4f8c181f5e609dc1076 /doc/plugins/meta.mdwn
parentcf2aabd6c87bd1dd3927016ed181180b765156fd (diff)
* Patch from Ethan to allow using meta tags to set creation dates of pages.
Diffstat (limited to 'doc/plugins/meta.mdwn')
-rw-r--r--doc/plugins/meta.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/plugins/meta.mdwn b/doc/plugins/meta.mdwn
index 1cf801028..5c3098e56 100644
--- a/doc/plugins/meta.mdwn
+++ b/doc/plugins/meta.mdwn
@@ -48,6 +48,11 @@ You can use any field names you like, but here are some predefined ones:
Specifies a permanent link to the page, if different than the page
generated by ikiwiki.
+* date
+
+ Specifies the creation date of the page. The date can be entered in
+ nearly any format, since it's parsed by [[cpan TimeDate]].
+
If the field is not treated specially (as the link and title fields are),
the metadata will be written to the generated html page as a &lt;meta&gt;
header.