mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
21 lines
954 B
HTML
21 lines
954 B
HTML
<!-- site information -->
|
|
<meta name="description" content="{{ site.description }}" />
|
|
<meta name="author" content="{{ site.author }}" />
|
|
<meta name="keywords" content="{{ site.keywords }}" />
|
|
|
|
<!-- facebook -->
|
|
<meta property="og:url" content="{{ site.url }}" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:image" content="{{ site.baseurl }}/assets/repo-preview.png" />
|
|
<meta property="og:title" content="{{ page.title }}" />
|
|
<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"> |