From a0e4c271b4ae4e76ec9c66af8fdf99d2617d5990 Mon Sep 17 00:00:00 2001
From: Luke <16389426+LukeSeers@users.noreply.github.com>
Date: Tue, 19 Apr 2022 11:49:17 +0200
Subject: [PATCH] Update split ogp into head_ogp
---
_includes/head.html | 54 +----------------------------------------
_includes/head_ogp.html | 53 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+), 53 deletions(-)
create mode 100644 _includes/head_ogp.html
diff --git a/_includes/head.html b/_includes/head.html
index c14d83e..a3e9fd6 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -7,59 +7,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+{% include head_ogp.html %}
diff --git a/_includes/head_ogp.html b/_includes/head_ogp.html
new file mode 100644
index 0000000..8886873
--- /dev/null
+++ b/_includes/head_ogp.html
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file