mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-07 12:57:49 +00:00
Merge branch 'main' of https://github.com/appwrite/website into eldad-comment-fixes
This commit is contained in:
@@ -12,11 +12,11 @@
|
||||
<!-- Titles -->
|
||||
<title>{title}</title>
|
||||
<meta property="og:title" content={title} />
|
||||
<meta name="”twitter:title”" content={title} />
|
||||
<meta name="twitter:title" content={title} />
|
||||
<!-- Desscription -->
|
||||
<meta name="description" content={description} />
|
||||
<meta property="og:description" content={description} />
|
||||
<meta name="”twitter:description" content={description} />
|
||||
<meta name="twitter:description" content={description} />
|
||||
<!-- Image -->
|
||||
<meta property="og:image" content={ogImage} />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
|
||||
Reference in New Issue
Block a user