]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/prettydate.mdwn
Migrate doc/plugins via prefix_directives
[ikiwiki.git] / doc / plugins / prettydate.mdwn
index 49feaa8e63ec764a87d8fc3a39ee0cf604aafb68..9a67f5dca3b46dc8ef99923b9344a8a4c2a191e8 100644 (file)
@@ -1,5 +1,5 @@
-[[template id=plugin name=prettydate author="[[Joey]]"]]
-[[tag type/format]]
+[[!template id=plugin name=prettydate author="[[Joey]]"]]
+[[!tag type/format]]
 
 Enabling this plugin changes the dates displayed on pages in the wiki to
 a format that is nice and easy to read. Examples: "late Wednesday evening, 
@@ -16,4 +16,4 @@ The format used for the date can be customised using the `prettydateformat`
 configuration variable in the setup file. `%X` will be expanded to the
 prettified time value. The default prettydateformat is `"%X, %B %o, %Y"`.
 
-This plugin uses the [[cpan TimeDate]] perl module.
+This plugin uses the [[!cpan TimeDate]] perl module.