From 93e5dc892f739da6c3c3cb0ca114cac30daedeb9 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Fri, 10 Sep 2010 06:41:19 +0200 Subject: ikiwiki.setup (field_register): Include meta. ... to work around lost [[!meta title="whatever"]] information. --- ikiwiki.setup | 4 ++-- 1 file 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 -- cgit v1.2.3