summaryrefslogtreecommitdiff
path: root/doc/ikiwiki
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawlOkUOJlzMqwzveE-ccbOg4W4LjeBcC4xo <Andrei@web>2011-01-23 09:52:28 +0000
committerJoey Hess <joey@kitenet.net>2011-01-23 09:52:28 +0000
commit092af3c8a5dcad7c81eba6246cdeda32b9641981 (patch)
tree050608a3b778170920827916481ff3f4e8de956f /doc/ikiwiki
parent394e8fdb5e787c42ef2a85aa08d5123cf6e87086 (diff)
very obvious now, but I banged my head for hours
Diffstat (limited to 'doc/ikiwiki')
-rw-r--r--doc/ikiwiki/directive/meta.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ikiwiki/directive/meta.mdwn b/doc/ikiwiki/directive/meta.mdwn
index 1f5bde964..d66e26fc4 100644
--- a/doc/ikiwiki/directive/meta.mdwn
+++ b/doc/ikiwiki/directive/meta.mdwn
@@ -7,7 +7,8 @@ Enter the metadata as follows:
\[[!meta field="value" param="value" param="value"]]
The first form sets a given field to a given value, while the second form
-also specifies some additional sub-parameters.
+also specifies some additional sub-parameters. You can have only one field
+per `meta` directive, use more directives if you want to specify more fields.
The field values are treated as HTML entity-escaped text, so you can include
a quote in the text by writing `&quot;` and so on.