summaryrefslogtreecommitdiff
path: root/ikiwiki/directive/inline.mdwn
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-06-15 12:33:54 +0200
committerJonas Smedegaard <dr@jones.dk>2011-06-15 12:33:54 +0200
commit57bccb327efdb9fff0ff55ff07be3aed5b31e63f (patch)
treec2dc64fefad6b5301832f09244582f406e5f4b4b /ikiwiki/directive/inline.mdwn
parent90896aac9fcd3ce4b44643a3bc2773a831c0c3cf (diff)
Sync with ikiwiki 3.20110608.
Diffstat (limited to 'ikiwiki/directive/inline.mdwn')
-rw-r--r--ikiwiki/directive/inline.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/ikiwiki/directive/inline.mdwn b/ikiwiki/directive/inline.mdwn
index c6a23ce..22c18d9 100644
--- a/ikiwiki/directive/inline.mdwn
+++ b/ikiwiki/directive/inline.mdwn
@@ -75,6 +75,9 @@ Here are some less often needed parameters:
disable generating any feeds.
* `emptyfeeds` - Set to "no" to disable generation of empty feeds.
Has no effect if `rootpage` or `postform` is set.
+* `id` - Set to specify the value of the HTML `id` attribute for the
+ feed links or the post form. Useful if you have multiple forms in the
+ same page.
* `template` - Specifies the template to fill out to display each inlined
page. By default the `inlinepage` template is used, while
the `archivepage` template is used for archives. Set this parameter to
@@ -116,6 +119,3 @@ Here are some less often needed parameters:
in conjunction with this one.
[[!meta robots="noindex, follow"]]
-
-A related directive is the [[ikiwiki/directive/edittemplate]] directive, which allows
-default text for a new page to be specified.