I don't have meta tags :(

I have in view.yml:

default:
  http_metas:
    content-type: text/html

  metas:
    title:        symfony project
    description:  symfony project
    keywords:     symfony, project
    language:     en
    robots:       index, follow

  stylesheets:    [main.css]

  javascripts:    [jquery]

  has_layout:     on
  layout:         layout



And I see in view source my browser:
<head>

<script type="text/javascript" src="/js/jquery.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="/css/
main.css" />

</head>

No meta tags, why ?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" 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/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to