Depends which page you want to change them on. For the site index, it's in
site_index.html.haml, look for this line at the top:

- @meta = { :description => AppConfig.meta_description, :keywords =>
AppConfig.meta_keywords }

You can change the description and keywords in the AppConfig, or override
the template and put in whatever you like.

For the blog post page, there's a similar line:

- @meta = { :description => "[EMAIL PROTECTED]", :keywords =>
"[EMAIL PROTECTED](", ") unless @post.tags.nil?}" }

Thanks,
Bruno

On Fri, Sep 5, 2008 at 3:41 AM, Ray <[EMAIL PROTECTED]> wrote:

>
> hello,
>
> I have a question: where can I add / change metatags => title,
> keywords and description.
> how can I add in description dynamically content of title?
> which file (and what is the exact path) do I have to edit?
>
> best regards for your help!
> Ray
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CommunityEngine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/communityengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to