From 85ed0a1bd08a558db3ca379df6c605b2f08bc02e Mon Sep 17 00:00:00 2001 From: NC <95206543+tansuotv@users.noreply.github.com> Date: Sun, 12 Feb 2023 10:54:47 +0800 Subject: [PATCH] Create head.html --- _includes/head.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 _includes/head.html diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..9ee139f --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,14 @@ +
+ + + + {%- seo -%} + + {%- feed_meta -%} + {%- if jekyll.environment == 'production' and site.google_analytics -%} + {%- include google-analytics.html -%} + {%- endif -%} + + {%- include custom-head.html -%} + +