From 66bb1abdde87ecceb0a9d838a1d3703d941e82a1 Mon Sep 17 00:00:00 2001 From: Daniel Sissom Date: Tue, 12 Dec 2023 10:52:59 -0600 Subject: [PATCH] Renamed template file. --- assets/templates/base.pug | 2 +- assets/templates/{head.pug => html_head.pug} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename assets/templates/{head.pug => html_head.pug} (100%) diff --git a/assets/templates/base.pug b/assets/templates/base.pug index 9ed6e79..a477e54 100644 --- a/assets/templates/base.pug +++ b/assets/templates/base.pug @@ -4,7 +4,7 @@ html(class="no-js", lang="en") block set_site_root - var site_root = './' - include ./head.pug + include ./html_head.pug body #content diff --git a/assets/templates/head.pug b/assets/templates/html_head.pug similarity index 100% rename from assets/templates/head.pug rename to assets/templates/html_head.pug