For MediaWiki Skin Setting HTML Title to "[Site Name]" instead of "Main Page - [Site Name]" -


i'm using custom version of monobook skin. how set html title "[site name]" instead of "main page - [site name]"?

you should able put following in common.js, , execute on main page.

if {{{{pagename}}=="main page"   {   document.title = "{{sitename}}";   } 

it's not totally correct because don't know javascript.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -