]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawlRjjrKEyPmXnh2qBEGx9PgH5DP32wCMAQ <Jonathon@web>
Sun, 27 Jan 2013 08:21:59 +0000 (04:21 -0400)
committeradmin <admin@branchable.com>
Sun, 27 Jan 2013 08:21:59 +0000 (04:21 -0400)
doc/todo/edittemplate_should_support_uuid__44___date_variables.mdwn

index 9d77f94a965f8a793b6ade230e897e2aec878d28..6939f3169d2df842acb9d6fc7acb15ad38f4e60f 100644 (file)
@@ -1,10 +1,10 @@
 I use a default template for all new pages:
 
-    [[!meta title="<TMPL_VAR name>"]]
-    [[!meta author=]]
-    [[!meta date="<TMPL_VAR time>"]]
-    [[!meta guid="urn:uuid:<TMPL_VAR uuid>"]]
-    [[!tag ]]
+    \[[!meta title="<TMPL_VAR name>"]]
+    \[[!meta author=]]
+    \[[!meta date="<TMPL_VAR time>"]]
+    \[[!meta guid="urn:uuid:<TMPL_VAR uuid>"]]
+    \[[!tag ]]
 
 This encourages me to include useful metadata on the page.  In particular, though, I've modified the `edittemplate` plugin to generate a uuid for use in the guid, for use in `inline`.  Importantly, this keeps `inline` from flooding aggregators when I rename these pages.