Fine, I'll do it myself

This commit is contained in:
2022-10-02 05:55:51 +11:00
committed by GitHub
parent 5ec181179c
commit cf34445667
4 changed files with 30 additions and 13 deletions

View 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
View 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>