[typo] titles for tagged pages
Ernie Oporto
ernieoporto at gmail.com
Sat Apr 1 22:11:50 EST 2006
I found this in app/helpers/articles_helper.rb
def page_title
if @page_title
@page_title
else
this_blog.blog_name || "Typo"
end
end
I'm trying to add something like
+ " - #{tag.display_name}"
somewhere but I can't seem to find where and how.
On 4/1/06, Trejkaz <trejkaz at trypticon.org> wrote:
>
> On Sunday 02 April 2006 05:05, Ernie Oporto wrote:
> > This is probably a quickie. I'd like to see pages that are tag links,
> such
> > as http://www.website.com/blog/articles/tag/blah have a title of "
> > Website.com - Blah", where currently the title is only set to
> > "Website.com". How can I set that?
>
> Inside the tag method of articles_controller.rb, you probably want to
> assign
> @page_title to the title you want.
>
>
--
Ernie
http://www.shokk.com/blog/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/typo-list/attachments/20060401/5ddb1a7c/attachment.htm
More information about the Typo-list
mailing list