diff options
author | https://www.google.com/accounts/o8/id?id=AItOawlRjjrKEyPmXnh2qBEGx9PgH5DP32wCMAQ <Jonathon@web> | 2013-01-27 04:21:59 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-01-27 04:21:59 -0400 |
commit | 5d0312c280a566f7fb3584c70aec2101943b6765 (patch) | |
tree | 3db95e99c5622f4b4588486ab66b79756a3585c4 /doc/todo | |
parent | 5383207703fa7791d5f3365dfedb4dc89c42c1e4 (diff) | |
download | ikiwiki-5d0312c280a566f7fb3584c70aec2101943b6765.tar ikiwiki-5d0312c280a566f7fb3584c70aec2101943b6765.tar.gz |
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/edittemplate_should_support_uuid__44___date_variables.mdwn | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/todo/edittemplate_should_support_uuid__44___date_variables.mdwn b/doc/todo/edittemplate_should_support_uuid__44___date_variables.mdwn index 9d77f94a9..6939f3169 100644 --- a/doc/todo/edittemplate_should_support_uuid__44___date_variables.mdwn +++ b/doc/todo/edittemplate_should_support_uuid__44___date_variables.mdwn @@ -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. |