Sunday 11 June 2006 8:14:50 am
I use different meta tags within the eZ publish site.ini file:
[SiteSettings]
SiteName= test
SiteURL= test
MetaDataArray[author] = test
MetaDataArray[copyright] = test
MetaDataArray[description] = blabla MetaDataArray[keywords] = test
In the pagelayout.tpl I have:
{section name=meta loop=$site.meta}
<meta name="{$meta:key}" content="{$meta:item}" /> {/section} When I edit source code for the site, I see all meta tags except the description tag..
Does anyone have a clue how I can check or solve this? The cache is cleared.
|