From c0949e788890464e8f8b9374d03b5287e0db7deb Mon Sep 17 00:00:00 2001 From: "Mohammed A. Shalaby" Date: Mon, 14 Oct 2024 19:54:12 -0400 Subject: [PATCH] Remove overwritten head.html, make index use default layout --- _includes/head.html | 68 --------------------------------------------- index.md | 2 +- 2 files changed, 1 insertion(+), 69 deletions(-) delete mode 100644 _includes/head.html diff --git a/_includes/head.html b/_includes/head.html deleted file mode 100644 index 1db35b6..0000000 --- a/_includes/head.html +++ /dev/null @@ -1,68 +0,0 @@ -{%- comment -%} - Include as: {%- include head.html -%} - Depends on: site.ga_tracking, site.ga_tracking_anonymize_ip, - site.search_enabled, site.static_files, site.favicon_ico. - Results in: HTML for the head element. - Includes: - css/activation.scss.liquid, head_custom.html. - Overwrites: - ga_tracking_ids, ga_property, file, favicon. - Should not be cached, because included files depend on page. -{%- endcomment -%} - - - - - - - - - - - - {% if site.ga_tracking != nil %} - {% assign ga_tracking_ids = site.ga_tracking | split: "," %} - - - {% endif %} - - {% if site.search_enabled != false %} - - {% endif %} - - - - - - {% include_cached favicon.html %} - - {% seo %} - - {% include head_custom.html %} - - - {% if page.usemathjax %} - - - {% endif %} - - diff --git a/index.md b/index.md index 56fb4c0..b9a2acd 100644 --- a/index.md +++ b/index.md @@ -6,7 +6,7 @@ title: Home nav_order: 1 usemathjax: true permalink: / -layout: home +layout: default --- # MILUV Dataset