chore: drop theme color

This commit is contained in:
Cory Dransfeldt 2024-03-22 12:38:51 -07:00
parent 6dd10e931a
commit ca5e64d353
No known key found for this signature in database
3 changed files with 1 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "8.4.6",
"version": "8.4.7",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {

View file

@ -4,7 +4,6 @@
"author": "Cory Dransfeldt",
"email": "coryd@hey.com",
"url": "https://coryd.dev",
"themeColor": "#3b82f6",
"siteType": "Person",
"locale": "en_US",
"lang": "en",

View file

@ -27,7 +27,6 @@
property="og:image"
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="robots" content="noai, noimageai">
<link href="/assets/icons/favicon.ico?v={% appVersion %}" rel="icon" sizes="any">