diff options
author | Joey Hess <joey@kitenet.net> | 2008-02-05 03:48:24 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-02-05 03:48:24 -0500 |
commit | a1d75dc54c45a033821c1a0b2daf8c94a51d64e7 (patch) | |
tree | 2837cdae6f5b52850fa4a2c508c56f63964e5d53 /doc/wikitemplates.mdwn | |
parent | 3414a01e4769c52c9193b17e09eff64ea6d2187a (diff) | |
download | ikiwiki-a1d75dc54c45a033821c1a0b2daf8c94a51d64e7.tar ikiwiki-a1d75dc54c45a033821c1a0b2daf8c94a51d64e7.tar.gz |
web commit by http://edward.myopenid.com/: fix link
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 1f6325b4b..389bdbfe9 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 the mail with the user's password in it. -* `rsspage.tmpl` - Used for generating rss feeds for [blogs|[ikiwiki/blog]]. +* `rsspage.tmpl` - Used for generating rss feeds for [[blogs|ikiwiki/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. |