chore: simplify ogi

This commit is contained in:
Cory Dransfeldt 2024-03-13 16:35:41 -07:00
parent 7bffc62335
commit 69e1b950e7
No known key found for this signature in database
26 changed files with 6 additions and 18 deletions

View file

@ -16,7 +16,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 property="og:image" content="{{ image | getPostImage }}">
<meta name="theme-color" content="{{ meta.themeColor }}" />
<meta name="generator" content="{{ eleventy.generator }}">
<meta name="robots" content="noai, noimageai">