From c56c670d8cbf0d330dac978bca79e9ad75c70907 Mon Sep 17 00:00:00 2001 From: Kaisaan <34224128+Kaisaan@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:15:15 -0500 Subject: [PATCH] Try added meta embeds --- _includes/head.html | 8 ++++++++ _includes/seo.html | 16 ++++++++++++++++ _layouts/default.html | 4 +--- 3 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 _includes/head.html create mode 100644 _includes/seo.html diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..bc9ed4f --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,8 @@ + + + +{{ page.title }} | KYS + + + +{% include seo.html %} \ No newline at end of file diff --git a/_includes/seo.html b/_includes/seo.html new file mode 100644 index 0000000..9eb058b --- /dev/null +++ b/_includes/seo.html @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index e02c0c3..f17b8a1 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,9 +1,7 @@ - - {{ page.title }} | KYS - + {% include head.html %} {% include nav.html %}