forked from mirrors/pronouns.cc
fix: use name=description not property=description in meta tag
This commit is contained in:
parent
239c9e240f
commit
32266cb014
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
<svelte:head>
|
||||
<title>pronouns.cc</title>
|
||||
<meta property="description" content="Create and share your preferred names and pronouns!" />
|
||||
<meta name="description" content="Create and share your preferred names and pronouns!" />
|
||||
<meta property="og:title" content="pronouns.cc" />
|
||||
<meta property="og:description" content="Create and share your preferred names and pronouns!" />
|
||||
<meta property="og:url" content={PUBLIC_BASE_URL} />
|
||||
|
|
Loading…
Reference in a new issue