chore: add meta tag
This commit is contained in:
parent
8bd9b6fd06
commit
ba2da72093
3 changed files with 4 additions and 3 deletions
|
@ -86,6 +86,7 @@
|
|||
<meta property="og:url" content="{{ fullUrl }}" />
|
||||
<meta property="og:image" content="{{ ogImage }}" />
|
||||
<meta name="theme-color" content="{{ meta.themeColor }}" />
|
||||
<meta name="fediverse:creator" content="cory@social.lol" />
|
||||
<meta name="generator" content="Eleventy">
|
||||
<meta name="robots" content="noai, noimageai">
|
||||
<link href="https://cdn.coryd.dev/assets/icons/favicon.ico?v={% appVersion %}" rel="icon" sizes="any">
|
||||
|
|
Reference in a new issue