diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-11 19:39:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-11 19:39:35 -0400 |
commit | 135628f6d44f97a0150b2b0313a0565abe44f1ae (patch) | |
tree | 2f6ce3fb21d0a129dae3d345062098a3b66611fe /doc/wikitemplates.mdwn | |
parent | 8a3d15141c2346acb1a323abf89ed556f58f3078 (diff) | |
download | ikiwiki-135628f6d44f97a0150b2b0313a0565abe44f1ae.tar ikiwiki-135628f6d44f97a0150b2b0313a0565abe44f1ae.tar.gz |
move inline docs to ikiwiki/directive/inline
ikiwiki/blog will be going away
Diffstat (limited to 'doc/wikitemplates.mdwn')
-rw-r--r-- | doc/wikitemplates.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/wikitemplates.mdwn b/doc/wikitemplates.mdwn index b03fc10a1..babd70211 100644 --- a/doc/wikitemplates.mdwn +++ b/doc/wikitemplates.mdwn @@ -14,7 +14,7 @@ located in /usr/share/ikiwiki/templates by default. * `change.tmpl` - Used to create a page describing a change made to the wiki. * `passwordmail.tmpl` - Not a html template, this is used to generate a mail with an url the user can use to reset their password. -* `rsspage.tmpl` - Used for generating rss feeds for [[blogs|ikiwiki/blog]]. +* `rsspage.tmpl` - Used for generating rss feeds for [[blogs|blog]]. * `rssitem.tmpl` - Used for generating individual items on rss feeds. * `atompage.tmpl` - Used for generating atom feeds for blogs. * `atomitem.tmpl` - Used for generating individual items on atom feeds. |