From d17bca56238e9ca326d60e58230d0d354f23bfe8 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 9 Oct 2024 10:59:13 -0400 Subject: back to astro for hopefully the last time (#146) --- templates/partials/footer.html | 7 ------- templates/partials/head.html | 22 ---------------------- templates/partials/nav.html | 5 ----- 3 files changed, 34 deletions(-) delete mode 100644 templates/partials/footer.html delete mode 100644 templates/partials/head.html delete mode 100644 templates/partials/nav.html (limited to 'templates/partials') diff --git a/templates/partials/footer.html b/templates/partials/footer.html deleted file mode 100644 index c116580..0000000 --- a/templates/partials/footer.html +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/templates/partials/head.html b/templates/partials/head.html deleted file mode 100644 index fa2c30d..0000000 --- a/templates/partials/head.html +++ /dev/null @@ -1,22 +0,0 @@ - - - {% if page.title %} - {% set title = page.title %} - {% elif section.title %} - {% set title = section.title %} - {% else %} - {% set title = config.title %} - {% endif %} - {{ title }} - - {% if page.description %} - {% set description = page.description %} - {% elif section.description %} - {% set description = section.description %} - {% else %} - {% set description = config.description %} - {% endif %} - - - - diff --git a/templates/partials/nav.html b/templates/partials/nav.html deleted file mode 100644 index bd74873..0000000 --- a/templates/partials/nav.html +++ /dev/null @@ -1,5 +0,0 @@ - -- cgit v1.2.3