From c2a79642d791d1eeb0f9bef68ac29acaf2ec98e2 Mon Sep 17 00:00:00 2001 From: Jan Bender Date: Fri, 16 Feb 2024 10:24:50 +0100 Subject: [PATCH] - small changes --- _includes/head.html | 25 +++++++++++++++++++++++++ _layouts/default.html | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 _includes/head.html create mode 100644 _layouts/default.html diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 00000000..e0addfa9 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,25 @@ + + +{% include seo.html %} + +{% unless site.atom_feed.hide %} + +{% endunless %} + + + + + + + + + + + +{% if site.head_scripts %} + {% for script in site.head_scripts %} + + {% endfor %} +{% endif %} diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 00000000..fe24733d --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,41 @@ +--- +--- + + + + + + {% include head.html %} + {% include head/custom.html %} + + + + {% include_cached skip-links.html %} + {% include_cached masthead.html %} + +
+ {{ content }} +
+ + {% if site.search == true %} +
+ {% include_cached search/search_form.html %} +
+ {% endif %} + + + + + + +