diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-13 17:06:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-13 17:06:29 -0400 |
commit | fe1a69e11a16b337338593b784b48a4783de5cec (patch) | |
tree | a8927f20b3e5a571d76e8747f84d8589bbe8882a /doc | |
parent | bbe9b35a296eaf9dd7fda92e1b19e978d4a7745a (diff) | |
download | ikiwiki-fe1a69e11a16b337338593b784b48a4783de5cec.tar ikiwiki-fe1a69e11a16b337338593b784b48a4783de5cec.tar.gz |
inline: Allow overriding the title of the feed. Closes: #735123 Thanks, Christophe Rhodes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki/directive/inline.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/inline.mdwn b/doc/ikiwiki/directive/inline.mdwn index d2f6d1d74..a4632a5b4 100644 --- a/doc/ikiwiki/directive/inline.mdwn +++ b/doc/ikiwiki/directive/inline.mdwn @@ -51,6 +51,8 @@ directive. These are the commonly used ones: Set to 0 to show all matching pages. * `archive` - If set to "yes", only list page titles and some metadata, not full contents. +* `title` - Sets the title of the rss feed if one is generated. + Defaults to the name of the page. * `description` - Sets the description of the rss feed if one is generated. Defaults to the name of the wiki. * `skip` - Specify a number of pages to skip displaying. Can be useful |