mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Re-added twitter metatags
This commit is contained in:
@@ -10,4 +10,12 @@
|
|||||||
<meta property="og:title" content="{{ page.title }}" />
|
<meta property="og:title" content="{{ page.title }}" />
|
||||||
<meta property="og:description" content="{{ page.description }}" />
|
<meta property="og:description" content="{{ page.description }}" />
|
||||||
|
|
||||||
|
<!-- twitter -->
|
||||||
|
<meta name="twitter:card" content="{{ site.title }}" />
|
||||||
|
<meta name="twitter:url" content="{{ site.url}}" />
|
||||||
|
<meta name="twitter:type" content="website" />
|
||||||
|
<meta name="twitter:image" content="{{ site.baseurl }}/assets/repo-preview.png" />
|
||||||
|
<meta name="twitter:title" content="{{ page.title }}" />
|
||||||
|
<meta name="twitter:description" content="{{ page.description }}" />
|
||||||
|
|
||||||
<link rel="icon" href="{{ site.baseurl }}/favicon.png">
|
<link rel="icon" href="{{ site.baseurl }}/favicon.png">
|
||||||
Reference in New Issue
Block a user