Skip to content

Commit

Permalink
Merge pull request #153 from Hlavtox/remove-keywords
Browse files Browse the repository at this point in the history
Remove meta keywords
  • Loading branch information
Hlavtox authored Sep 12, 2024
2 parents 0af7431 + ca42d10 commit eea56e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/_partials/head.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
{hook h='displayAfterTitleTag'}
{/block}
<meta name="description" content="{block name='head_seo_description'}{$page.meta.description}{/block}">
<meta name="keywords" content="{block name='head_seo_keywords'}{$page.meta.keywords}{/block}">
{if $page.meta.robots !== 'index'}
<meta name="robots" content="{$page.meta.robots}">
{/if}
Expand Down Expand Up @@ -88,4 +87,4 @@
{$HOOK_HEADER nofilter}
{/block}

{block name='hook_extra'}{/block}
{block name='hook_extra'}{/block}

0 comments on commit eea56e9

Please sign in to comment.