Ok, revision 1318 modifies the prefix setting to allow you to postfix the page title instead of prefix. Current prefixes will remain prefixes, so nobody's blog titles change unexpectedly.

On Dec 5, 2006, at 4:01 AM, Frederic de Villamil wrote:

1/ in the <title></title> field, put the post title before the blog
title.

You just need to replace the page_title function in app/helpers/
articles_helper.rb by

def page_title
     if @page_title
       # this is where the page title prefix (string) should go
       @page_title + " - " +  (this_blog.title_prefix ? "#
{this_blog.blog_name || "Typo"}" : '')
     else
       this_blog.blog_name || "Typo"
     end
   end

--
Kevin Ballard
http://kevin.sb.org
[EMAIL PROTECTED]
http://www.tildesoft.com


Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Typo-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/typo-list

Reply via email to