From 27a80dc40aa4cad93576a35d0af1f6c117ffcb68 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Fri, 7 Jan 2011 09:29:13 +0100 Subject: inline: allow assigning an id to postform/feedlink This allows per-form/feedlink group customization without having to resort to counting. (cherry picked from commit b134feb0dc2d9a8ff7ae447537fa8bc02811aabd) --- doc/ikiwiki/directive/inline.mdwn | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/ikiwiki') diff --git a/doc/ikiwiki/directive/inline.mdwn b/doc/ikiwiki/directive/inline.mdwn index 49b993d55..22c18d9a1 100644 --- a/doc/ikiwiki/directive/inline.mdwn +++ b/doc/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 -- cgit v1.2.3