diff options
author | Jason Blevins <jrblevin@sdf.lonestar.org> | 2008-11-04 11:05:55 -0500 |
---|---|---|
committer | Jason Blevins <jrblevin@sdf.lonestar.org> | 2008-11-04 11:05:55 -0500 |
commit | 5f4b41076ce30044a195da5c50d015e658967400 (patch) | |
tree | 5bd84f04d1c71ed69f91d15ce76e67d51e932b8e /doc | |
parent | c67c35e8971886adb07fbe8d7c9db8a022be1756 (diff) |
Forum response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/wiki_name_in_page_titles.mdwn | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/forum/wiki_name_in_page_titles.mdwn b/doc/forum/wiki_name_in_page_titles.mdwn index 385e7a3f2..f22049aa8 100644 --- a/doc/forum/wiki_name_in_page_titles.mdwn +++ b/doc/forum/wiki_name_in_page_titles.mdwn @@ -8,3 +8,19 @@ that provides a `IS_HOMEPAGE` template variable? --[[JasonBlevins]] > Hmm, one way to work around this is to put a meta title directive on the > index page. Then TITLE will be that, rather than WIKINAME, and your > template should work. --[[Joey]] + +>> I ended up writing a [path][] plugin since I had some other +>> path-specific conditional things to include in my templates. +>> +>> So now I can do things like this: +>> +>> <title> +>> <TMPL_VAR WIKINAME><TMPL_UNLESS IS_HOMEPAGE>: <TMPL_VAR TITLE></TMPL_UNLESS> +>> </title> +>> +>> But also more complicated path-specific conditionals like +>> `IN_DIR_SUBDIR` to indicate subpages of `/dir/subdir/`. I've got a +>> 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 |