diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-30 14:14:57 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-30 14:14:57 -0400 |
commit | 7ea0f92aadb40563a84c58841c316e827af1d570 (patch) | |
tree | 647866e6334a8fbd2ccbca558d97a31cb4d225ee /doc | |
parent | 9fee3e4e84da086b0eac83bb6383f9213f813d36 (diff) | |
download | ikiwiki-7ea0f92aadb40563a84c58841c316e827af1d570.tar ikiwiki-7ea0f92aadb40563a84c58841c316e827af1d570.tar.gz |
response
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/wiki_name_in_page_titles.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/forum/wiki_name_in_page_titles.mdwn b/doc/forum/wiki_name_in_page_titles.mdwn index 16c27c24a..385e7a3f2 100644 --- a/doc/forum/wiki_name_in_page_titles.mdwn +++ b/doc/forum/wiki_name_in_page_titles.mdwn @@ -4,3 +4,7 @@ template this works for all pages except the index page itself which will have title "WikiName: WikiName" as its title. Does anyone know of a template-based solution to this or do I need to write a plugin 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]] |