diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-28 19:43:07 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-28 19:43:07 +0000 |
commit | 1aeb64e14858dc7dbce6ac553fc6dc43efb29fae (patch) | |
tree | 38b6b82ff8efe60ccc3bad9a93d4e72e4b121003 /doc/plugins | |
parent | 4895955ceaf264c5f17b10c4009e1ab1afcc55ee (diff) | |
download | ikiwiki-1aeb64e14858dc7dbce6ac553fc6dc43efb29fae.tar ikiwiki-1aeb64e14858dc7dbce6ac553fc6dc43efb29fae.tar.gz |
* Patch from James Westby to add an actions option to inline; this
adds Edit and Discussion links at the end of blog entries.
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/inline.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/plugins/inline.mdwn b/doc/plugins/inline.mdwn index f4110fe45..05dea3a70 100644 --- a/doc/plugins/inline.mdwn +++ b/doc/plugins/inline.mdwn @@ -29,3 +29,6 @@ directive: inlining page. * `description` - Sets the description of the rss feed if one is generated. Defaults to the name of the wiki. +* `actions` - If set to "yes" add links to the bottom of the inlined pages + for editing and discussion (if they would be shown at the top of the page + itself). |