diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-19 12:07:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-19 12:07:02 -0400 |
commit | 8786fbfbbcb8c0a860e4ed90abda3114df45544b (patch) | |
tree | 70fb5b15e4f4c1dabd64f0162427cb67a5e3f7da /doc/bugs | |
parent | 7fa76ee9d3f04605294f1b6cd54111253ffedcf2 (diff) | |
download | ikiwiki-8786fbfbbcb8c0a860e4ed90abda3114df45544b.tar ikiwiki-8786fbfbbcb8c0a860e4ed90abda3114df45544b.tar.gz |
pebak
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/__33__inline_sort__61____34__meta__40__date__41____34___ignored.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/__33__inline_sort__61____34__meta__40__date__41____34___ignored.mdwn b/doc/bugs/__33__inline_sort__61____34__meta__40__date__41____34___ignored.mdwn index f6ba81679..5eff90eff 100644 --- a/doc/bugs/__33__inline_sort__61____34__meta__40__date__41____34___ignored.mdwn +++ b/doc/bugs/__33__inline_sort__61____34__meta__40__date__41____34___ignored.mdwn @@ -29,3 +29,11 @@ which is obviously not correct. I can say that the ordering is regardless of the ikiwiki version 3.20100815.7 +> You're not using the [[meta directive|ikiwiki/directive/meta]] correctly. +> As it says at the top of that page, + +>> You can have only one field +>> per `meta` directive, use more directives if you want to specify more fields. + +> So, \[[!meta title="Nagios 3"]] \[[!meta date="2010-09-09 00:00:00"]] +> and you should be good to go. --[[Joey]] [[done]] |