From 62b4a34929ba0fd70c166cb644a7fd43127cb8c0 Mon Sep 17 00:00:00 2001 From: David Lick Date: Fri, 17 May 2024 19:38:06 -0400 Subject: [PATCH] rename layouts/_default to layouts/partials --- layouts/{_default => partials}/head-custom.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename layouts/{_default => partials}/head-custom.html (100%) diff --git a/layouts/_default/head-custom.html b/layouts/partials/head-custom.html similarity index 100% rename from layouts/_default/head-custom.html rename to layouts/partials/head-custom.html