parent
4d805de9e8
commit
ccea08d9dd
3 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "8.4.1",
|
||||
"version": "8.4.0",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -4,8 +4,7 @@
|
|||
"author": "Cory Dransfeldt",
|
||||
"email": "coryd@hey.com",
|
||||
"url": "https://coryd.dev",
|
||||
"themeColorLight": "#2570eb",
|
||||
"themeColorDark": "#609afa",
|
||||
"themeColor": "#3b82f6",
|
||||
"siteType": "Person",
|
||||
"locale": "en_US",
|
||||
"lang": "en",
|
||||
|
|
|
@ -23,10 +23,11 @@
|
|||
<meta property="og:description" content="{% if description %}{{ description }}{% else %}{{ meta.siteDescription }}{% endif %}" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="{{ fullUrl }}" />
|
||||
<meta 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.themeColorLight }}" media="(prefers-color-scheme: light)">
|
||||
<meta name="theme-color" content="{{ meta.themeColorDark }}" media="(prefers-color-scheme: dark)">
|
||||
<meta name="theme-color" content="{{ meta.themeColorLight }}" />
|
||||
<meta
|
||||
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">
|
||||
|
|
Reference in a new issue