]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/meta.mdwn
* Patch from Ethan to allow using meta tags to set creation dates of pages.
[ikiwiki.git] / doc / plugins / meta.mdwn
index 41563e9655b75080bc1d23f77f9eec34395a2d10..5c3098e5632ec432f88dcc5fc2981da2b39be3dd 100644 (file)
@@ -1,4 +1,4 @@
-[[template id=plugin name=meta included=1 author="[[Joey]]"]]
+[[template id=plugin name=meta author="[[Joey]]"]]
 [[tag type/meta]]
 
 This plugin allows inserting arbitrary metadata into the source of a page.
@@ -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 <meta>
 header.