diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-09-10 06:41:19 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-09-10 06:41:19 +0200 |
commit | 93e5dc892f739da6c3c3cb0ca114cac30daedeb9 (patch) | |
tree | afd8151f1c8775bdea63fff0bdb9bbe55551c066 | |
parent | 360b1a407eb1ca94c5b6efd834d5b060a75b3f35 (diff) |
ikiwiki.setup (field_register): Include meta.
... to work around lost [[!meta title="whatever"]] information.
-rw-r--r-- | ikiwiki.setup | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 362a1c0c..2a6e6540 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -339,11 +339,11 @@ IkiWiki::Setup::Standard->import({ # field plugin # simple registration of fields by plugin - #field_register => 'field_register => {meta => \'last\'}', + field_register => {meta => 'last'}, # allow config settings to be queried #field_allow_config => 0, # fields flagged as tag-fields - #field_tags => 'field_tags => {BookAuthor => \'/books/authors\'}', + #field_tags => {BookAuthor => '/books/authors'}, # flattr plugin # userid or user name to use by default for Flattr buttons |