diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 2240c99..e5aeb17 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- - name: lint markdown file
+ - name: Lint markdown files
uses: nosborn/github-action-markdown-cli@v2.0.0
with:
files: .
diff --git a/_config.yml b/_config.yml
index 82f7cfd..5112dde 100644
--- a/_config.yml
+++ b/_config.yml
@@ -2,4 +2,4 @@ theme: jekyll-theme-merlot
title: Edden - Kaartspel
description: De uitleg en spelregels voor het kaartspel Edden
show_downloads: false
-google_analytics: G-SSYRNBK86V
+google_analytics:
diff --git a/_includes/head-custom.html b/_includes/head-custom.html
new file mode 100644
index 0000000..652f7ea
--- /dev/null
+++ b/_includes/head-custom.html
@@ -0,0 +1,9 @@
+
+
+
\ No newline at end of file