mirror of
https://github.com/a2nt/cms-niceties.git
synced 2024-10-22 11:05:46 +02:00
IMPR: Put meta-description back
This commit is contained in:
parent
83d93cb40e
commit
8d2941e097
@ -25,10 +25,10 @@ $MetaTags
|
||||
|
||||
<% if $MetaDescription %>
|
||||
<meta property="og:description" content="{$MetaDescription}" />
|
||||
<meta property="description" content="{$MetaDescription}" />
|
||||
<meta name="description" content="{$MetaDescription}" />
|
||||
<% else %>
|
||||
<meta property="og:description" content="{$SiteConfig.Title} {$Summary}" />
|
||||
<meta property="description" content="{$SiteConfig.Title} {$Summary}" />
|
||||
<meta name="description" content="{$SiteConfig.Title} {$Summary}" />
|
||||
<% end_if %>
|
||||
|
||||
<% if $FeaturedImage %>
|
||||
|
Loading…
Reference in New Issue
Block a user