Skip to content

Commit

Permalink
Remove theme meta tag (#60)
Browse files Browse the repository at this point in the history
This is causing an overwhelming amount of orange in for safari users.  Will need to look into adding it back for social embeds without affecting scrollbars and title window for safari
  • Loading branch information
AristurtleDev authored Jan 10, 2024
1 parent 0431bc7 commit df15495
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion _includes/partials/_head.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="title" content="{{ title if title else site.meta.title }} | {{ site.name }}"/>
<meta name="description" content="{{ description if description else site.meta.description }}"/>
<meta name="theme-color" content="{{ site.meta.themeColor }}" />

{# HTMl Meta Tags #}
<title>{{ title if title else site.meta.title }} | {{site.name }}</title>
Expand Down

0 comments on commit df15495

Please sign in to comment.