chore: bump 11ty

This commit is contained in:
Cory Dransfeldt 2024-04-23 15:11:22 -07:00
parent 8c7d532490
commit 521213dc55
No known key found for this signature in database
3 changed files with 201 additions and 15 deletions

View file

@ -29,7 +29,7 @@
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">
<meta name="robots" content="noai, noimageai">
<link href="/assets/icons/favicon.ico?v={% appVersion %}" rel="icon" sizes="any">
<link href="/assets/icons/favicon.svg?v={% appVersion %}" rel="icon" type="image/svg+xml">