Skip to content

Commit

Permalink
Remove meta keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Hlavtox authored Sep 10, 2024
1 parent 1087868 commit a8bd473
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/_partials/head.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
{/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}">
Expand Down

0 comments on commit a8bd473

Please sign in to comment.