From c5d6c0a3a039401604f56b13cd2e97e457526560cdd520ad3c6c17acdc0d878e Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Mon, 25 Nov 2024 00:00:00 +0000 Subject: Move /style.css to /static/css/style.css It's good practice to keep static website assets isolated to their own subdirectory. --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/partials/head.html') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 8132ec8..8250e19 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -13,7 +13,7 @@ {{- end -}} {{ else }} - + {{- end -}} {{ if (not (fileExists "static/favicon.ico")) }} -- cgit v1.2.3