From 93a9c0b7bfbc17648ff20462b4897756d72b62df Mon Sep 17 00:00:00 2001 From: "Mark C. Miller" Date: Wed, 30 Oct 2024 18:52:24 -0700 Subject: [PATCH] rm added files --- _includes/custom-head.html | 6 ------ _includes/footer.html | 37 ------------------------------------- _includes/head.html | 14 -------------- 3 files changed, 57 deletions(-) delete mode 100644 _includes/custom-head.html delete mode 100644 _includes/footer.html delete mode 100644 _includes/head.html diff --git a/_includes/custom-head.html b/_includes/custom-head.html deleted file mode 100644 index 8559a67f..00000000 --- a/_includes/custom-head.html +++ /dev/null @@ -1,6 +0,0 @@ -{% comment %} - Placeholder to allow defining custom head, in principle, you can add anything here, e.g. favicons: - - 1. Head over to https://realfavicongenerator.net/ to add your own favicons. - 2. Customize default _includes/custom-head.html in your source directory and insert the given code snippet. -{% endcomment %} diff --git a/_includes/footer.html b/_includes/footer.html deleted file mode 100644 index 4f0a0f05..00000000 --- a/_includes/footer.html +++ /dev/null @@ -1,37 +0,0 @@ - diff --git a/_includes/head.html b/_includes/head.html deleted file mode 100644 index 9ee139f2..00000000 --- a/_includes/head.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - {%- seo -%} - - {%- feed_meta -%} - {%- if jekyll.environment == 'production' and site.google_analytics -%} - {%- include google-analytics.html -%} - {%- endif -%} - - {%- include custom-head.html -%} - -