diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-11 13:54:07 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-11 13:54:07 -0400 |
commit | 0822b0fc342391bfdb153db2a27792124d7c3f74 (patch) | |
tree | 2e64dfc80672e0de88baad0e8b46976f223df5e2 /doc/forum | |
parent | 475b4199e1624350b928a002fe83033ee3389b31 (diff) | |
parent | 77a3585e92a947610b1b26cdd7ce499bfefc21f6 (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/forum')
-rw-r--r-- | doc/forum/wiki_name_in_page_titles.mdwn | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/forum/wiki_name_in_page_titles.mdwn b/doc/forum/wiki_name_in_page_titles.mdwn index 01ff8d817..4e9e51835 100644 --- a/doc/forum/wiki_name_in_page_titles.mdwn +++ b/doc/forum/wiki_name_in_page_titles.mdwn @@ -23,4 +23,10 @@ that provides a `IS_HOMEPAGE` template variable? --[[JasonBlevins]] >> few other small plugins brewing so I'll try to put up some contrib >> pages for them soon. --[[JasonBlevins]] -[path]: http://code.jblevins.org/ikiwiki/plugins.git/plain/path.pm +[path]: http://jblevins.org/git/ikiwiki/plugins.git/plain/path.pm + +> I used the following trick in some page.tmpl: +> +> <title><TMPL_VAR WIKINAME><TMPL_IF NAME="PARENTLINKS">: <TMPL_VAR TITLE></TMPL_IF></title> +> +> --[[JeanPrivat]] |