[FIX] website_meta_*

bzr revid: fme@openerp.com-20131014153815-ncmzwgxx5u0xwpeb
This commit is contained in:
Fabien Meghazi 2013-10-14 17:38:15 +02:00
parent 853cb1dd26
commit 62d4dee992
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@
</t>
<title><t t-esc="title"/></title>
<meta name="openerp.company" t-att-value="res_company.name"/>
<meta name="description" t-att-value="main_object.website_meta_description or website_meta_description"/>
<meta name="keywords" t-att-value="main_object.website_meta_keywords or website_meta_keywords"/>
<meta name="description" t-att-value="main_object and main_object.website_meta_description or website_meta_description"/>
<meta name="keywords" t-att-value="main_object and main_object.website_meta_keywords or website_meta_keywords"/>
<!-- Load stylesheets before scripts to avoid blocking -->
<link rel='stylesheet' href='/web/static/lib/fontawesome/css/font-awesome.css'/>