Fix the recipes submodule accidentally being created in root project folder.
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -1,6 +1,6 @@
|
|||||||
[submodule "themes/cookbook"]
|
[submodule "themes/cookbook"]
|
||||||
path = themes/cookbook
|
path = themes/cookbook
|
||||||
url = https://github.com/deranjer/hugo-cookbook.git
|
url = https://github.com/deranjer/hugo-cookbook.git
|
||||||
[submodule "recipes"]
|
[submodule "themes/recipes"]
|
||||||
path = recipes
|
path = themes/recipes
|
||||||
url = https://github.com/butlerx/hugo-recipes
|
url = https://github.com/butlerx/hugo-recipes.git
|
||||||
|
|||||||
Reference in New Issue
Block a user