master
Joey Hess 2008-10-30 14:14:57 -04:00
parent 9fee3e4e84
commit 7ea0f92aad
1 changed files with 4 additions and 0 deletions

View File

@ -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]]