From 0155c14f3ce7f53844876cfdcf8a6410f61c4d1e Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 29 Jun 2023 08:15:29 -0700 Subject: [PATCH] Create head.html --- _includes/head.html | 46 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 _includes/head.html diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 00000000..75cb76a9 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,46 @@ + + + + + + + + {% if site.ga_tracking != nil %} + {% assign ga_tracking_ids = site.ga_tracking | split: "," %} + + + {% endif %} + + {% if site.search_enabled != false %} + + {% endif %} + + + + + + {% for file in site.static_files %} + {% if file.path == site.favicon_ico or file.path == '/favicon.ico' %} + {% assign favicon = true %} + {% endif %} + {% endfor %} + {% if favicon %} + + {% endif %} + + {% seo %} + + {% include head_custom.html %} + +