function Page::print_head_title() { if ($this isa RecentPage) { print """<title>""" + $.global_title + $*text_default_separator + $.global_subtitle + """</title>n"""; } else { print """<title>""" + $this->view_title() + $*text_default_separator + $.global_title + """</title>n"""; } }
If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org
Other options:
no subject
Sure you can. Maybe this:
And then you'd have to edit some view_title functions so that they display the page title to your liking.