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/head.html | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 templates/partials/head.html (limited to 'templates/partials/head.html') 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 %} - - - - -- cgit v1.2.3