Anchor tag added for SEO Ninja plugin
This commit is contained in:
parent
bb5b06fe26
commit
ff86d1dff4
1 changed files with 8 additions and 5 deletions
|
@ -17,13 +17,16 @@
|
|||
|
||||
<!-- RSS FEEDS -->
|
||||
{rss_feeds link_tag=true}
|
||||
|
||||
<meta name="keywords" content="{$Cbucket->configs.keywords}">
|
||||
<meta name="description" content="{$Cbucket->configs.description}">
|
||||
<meta name="distribution" content="global">
|
||||
{if $ninja_fighting}
|
||||
{ANCHOR place='seo_ninja'}
|
||||
{else}
|
||||
<meta name="keywords" content="{$Cbucket->configs.keywords}">
|
||||
<meta name="description" content="{$Cbucket->configs.description}">
|
||||
<meta name="distribution" content="global">
|
||||
|
||||
|
||||
<title>{cbtitle}</title>
|
||||
<title>{cbtitle}</title>
|
||||
{/if}
|
||||
|
||||
<link rel="stylesheet" href="{$theme}/css/bootstrap.min.css?cache={$cache_buster}">
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue