summaryrefslogtreecommitdiff
path: root/doc/ikiwiki/directive/meta.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ikiwiki/directive/meta.mdwn')
-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 `"` and so on.