chore: drop theme color
This commit is contained in:
parent
6dd10e931a
commit
ca5e64d353
3 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "8.4.6",
|
"version": "8.4.7",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
"author": "Cory Dransfeldt",
|
"author": "Cory Dransfeldt",
|
||||||
"email": "coryd@hey.com",
|
"email": "coryd@hey.com",
|
||||||
"url": "https://coryd.dev",
|
"url": "https://coryd.dev",
|
||||||
"themeColor": "#3b82f6",
|
|
||||||
"siteType": "Person",
|
"siteType": "Person",
|
||||||
"locale": "en_US",
|
"locale": "en_US",
|
||||||
"lang": "en",
|
"lang": "en",
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
property="og:image"
|
property="og:image"
|
||||||
content="{%- if schema == 'blog' %}{{ meta.url }}/assets/img/social-preview/{{ title | slugify }}-preview.jpeg{%- else -%}{{ meta.meta_data.opengraph_default }}{% endif -%}"
|
content="{%- if schema == 'blog' %}{{ meta.url }}/assets/img/social-preview/{{ title | slugify }}-preview.jpeg{%- else -%}{{ meta.meta_data.opengraph_default }}{% endif -%}"
|
||||||
/>
|
/>
|
||||||
<meta name="theme-color" content="{{ meta.themeColor }}" />
|
|
||||||
<meta name="generator" content="{{ eleventy.generator }}">
|
<meta name="generator" content="{{ eleventy.generator }}">
|
||||||
<meta name="robots" content="noai, noimageai">
|
<meta name="robots" content="noai, noimageai">
|
||||||
<link href="/assets/icons/favicon.ico?v={% appVersion %}" rel="icon" sizes="any">
|
<link href="/assets/icons/favicon.ico?v={% appVersion %}" rel="icon" sizes="any">
|
||||||
|
|
Reference in a new issue