mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Fine, I'll do it myself
This commit is contained in:
17
_includes/custom-head.html
Normal file
17
_includes/custom-head.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<title>Toy | A Toy Programming Langauge</title>
|
||||
<meta name="description" content="A Toy Programming Language" />
|
||||
<meta name="author" content="Kayne Ruse, Ratstail91" />
|
||||
<meta name="keywords" content="programming,coding" />
|
||||
|
||||
<meta property="og:url" content="https://toylang.com" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:image" content="/toylogo.png" />
|
||||
<meta property="og:title" content="Toy | A Toy Programming Langauge" />
|
||||
<meta property="og:description" content="A Toy Programming Language" />
|
||||
|
||||
<meta property="twitter:card" content="summary_image_large" />
|
||||
<meta property="twitter:url" content="https://toylang.com" />
|
||||
<meta property="twitter:type" content="website" />
|
||||
<meta property="twitter:image" content="/toylogo.ong" />
|
||||
<meta property="twitter:title" content="Toy | A Toy Programming Langauge" />
|
||||
<meta property="twitter:description" content="A Toy Programming Language" />
|
||||
13
_includes/head.html
Normal file
13
_includes/head.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}">
|
||||
{%- feed_meta -%}
|
||||
{%- if jekyll.environment == 'production' and site.google_analytics -%}
|
||||
{%- include google-analytics.html -%}
|
||||
{%- endif -%}
|
||||
|
||||
{%- include custom-head.html -%}
|
||||
|
||||
</head>
|
||||
Reference in New Issue
Block a user