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

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>