diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-14 16:36:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-14 16:36:54 -0400 |
commit | 4e18d4415b49bbcc4a43db22ee4473a8c99f0eb2 (patch) | |
tree | 765900e93b8dfea24323b6eb96054bee124ddbb2 /doc/templates.mdwn | |
parent | ba00ff81c02680ff9f9ccf1ce74b10138e54fa62 (diff) | |
download | ikiwiki-4e18d4415b49bbcc4a43db22ee4473a8c99f0eb2.tar ikiwiki-4e18d4415b49bbcc4a43db22ee4473a8c99f0eb2.tar.gz |
fix links
Diffstat (limited to 'doc/templates.mdwn')
-rw-r--r-- | doc/templates.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/templates.mdwn b/doc/templates.mdwn index 5c8d9a99c..9eb12e819 100644 --- a/doc/templates.mdwn +++ b/doc/templates.mdwn @@ -27,7 +27,7 @@ pages in the wiki. [[!if test="enabled(edittemplate)" then=""" ## default content for new pages -The [[!iki ikiwiki/directive/template desc="edittemplate directive"]] can +The [[!iki ikiwiki/directive/edittemplate desc="edittemplate directive"]] can be used to make new pages default to containing text from a template page, which can be filled as out the page is edited. """]] @@ -46,7 +46,7 @@ html out of ikiwiki and in the templates. * `page.tmpl` - Used for displaying all regular wiki pages. This is the key template to customise. [[!if test="enabled(pagetemplate)" then=""" - (The [[!iki ikiwiki/directive/template desc="pagetemplate directive"]] + (The [[!iki ikiwiki/directive/pagetemplate desc="pagetemplate directive"]] can be used to make a page use a different template than `page.tmpl`.)"""]] * `rsspage.tmpl` - Used for generating rss feeds for blogs. * `rssitem.tmpl` - Used for generating individual items on rss feeds. |