Skip to content

Commit

Permalink
move meta tag to general section
Browse files Browse the repository at this point in the history
  • Loading branch information
nishit130 committed Feb 20, 2024
1 parent d56842b commit 18b478c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<!-- General meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="follow.it-verification-code" content="SfKJQyBSCMTnYfNGneVH"/>

{% if page.indexing == false %}
<meta name="robots" content="noindex">
Expand All @@ -18,7 +19,6 @@
<meta property="og:title" content="{{ collectiondata.title }}">
<meta name="description" content="{{ collectiondata.description }}">
<meta property="og:description" content="{{ collectiondata.description }}">
<meta name="follow.it-verification-code" content="SfKJQyBSCMTnYfNGneVH"/>

{% elsif page.collectionpage == "home" %}

Expand Down

0 comments on commit 18b478c

Please sign in to comment.