From 67fba5edad38f8a4651a6a782c7abdc696a464ff Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 5 Jul 2024 18:26:55 -0400 Subject: back to lume for the 1000th time --- templates/partials/footer.html | 3 --- templates/partials/head.html | 20 -------------------- templates/partials/nav.html | 9 --------- 3 files changed, 32 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 122766f..0000000 --- a/templates/partials/footer.html +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/templates/partials/head.html b/templates/partials/head.html deleted file mode 100644 index 5b1dcf6..0000000 --- a/templates/partials/head.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - {% if page.title %} - {{ page.title }} :: {{ config.title }} - {% elif section.title %} - {{ section.title }} :: {{ config.title }} - {% else %} - {{ config.title }} - {% endif %} - {% if page.description %} - - {% elif section.description %} - - {% else %} - - {% endif %} - diff --git a/templates/partials/nav.html b/templates/partials/nav.html deleted file mode 100644 index e65db1d..0000000 --- a/templates/partials/nav.html +++ /dev/null @@ -1,9 +0,0 @@ - -- cgit v1.2.3