From 8773e1e60b74c68bdc6263f27829ea14ef8733fc Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 5 Jun 2024 10:37:26 -0700 Subject: [PATCH] move default to head-custom --- _include/head-custom.html | 20 ++++++++++++ _layouts/default.html | 64 --------------------------------------- 2 files changed, 20 insertions(+), 64 deletions(-) create mode 100644 _include/head-custom.html delete mode 100644 _layouts/default.html diff --git a/_include/head-custom.html b/_include/head-custom.html new file mode 100644 index 000000000..5866aca97 --- /dev/null +++ b/_include/head-custom.html @@ -0,0 +1,20 @@ +{% if page.highlight_image %} + + +{% else %} + + +{% endif %} + + + + + + + + + + + + + diff --git a/_layouts/default.html b/_layouts/default.html deleted file mode 100644 index 4b809c113..000000000 --- a/_layouts/default.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - - {% seo %} - {% if page.highlight_image %} - - - {% else %} - - - {% endif %} - - - - - - - - - - - - - - {% include head-custom.html %} - - - Skip to the content. - - - -
- {% if page.date %} - - {% endif %} - {{ content }} - - -
- -