From 6e8b96ae0460073a0649fdc68025d3071a6072f1 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 29 Oct 2025 21:20:56 -0700 Subject: [PATCH] Fix the recipes submodule accidentally being created in root project folder. --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index ce9644c..391f5b9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "themes/cookbook"] path = themes/cookbook url = https://github.com/deranjer/hugo-cookbook.git -[submodule "recipes"] - path = recipes - url = https://github.com/butlerx/hugo-recipes +[submodule "themes/recipes"] + path = themes/recipes + url = https://github.com/butlerx/hugo-recipes.git