Added fallback for meta description for page category, product, folder, content, brand
This commit is contained in:
committed by
Julien Chanseaume
parent
9ec204899c
commit
1e8e26cb1d
@@ -13,10 +13,7 @@
|
||||
{* Meta *}
|
||||
{block name="meta"}
|
||||
{loop name="brand.seo.meta" type="brand" id="{brand attr="id"}"}
|
||||
{if $META_DESCRIPTION}
|
||||
<meta name="description" content="{$META_DESCRIPTION}">{/if}
|
||||
{if $META_KEYWORDS}
|
||||
<meta name="keywords" content="{$META_KEYWORDS}">{/if}
|
||||
{include file="includes/meta-seo.html"}
|
||||
{/loop}
|
||||
{/block}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user