aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/pagetemplate.mdwn
Commit message (Collapse)AuthorAge
* template docu reorgJoey Hess2010-04-23
| | | | | Remove wikitemplates page; fold its contents into templates page. Update all backlinks. Document new ability to put templates inside srcdir.
* fix wording here tooJoey Hess2009-10-02
|
* misc minor changesJoey Hess2008-09-11
|
* patch plugin documentation to refer to directive pagesWilliam Uther2008-09-11
|
* Migrate escaped directives (\[[) in doc/plugins to have \[[! prefixSimon McVittie2008-07-21
|
* Migrate doc/plugins via prefix_directivesSimon McVittie2008-07-21
| | | | | | This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives
* fixesjoey2007-08-21
|
* * pagetemplate: don't display template namejoey2007-08-05
|
* * Add templatefile hook.joey2007-07-26
* Add pagetemplate plugin, which allows changing the template used for a page. (Not to be confused with the hook of the same name..)