From ba4173b05893bf508ec7fba828c9bf902ce90584 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Sat, 12 Jul 2025 21:44:32 -0400 Subject: [PATCH] Correct submodule repo path --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index f320301..9502d96 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "themes/hugo-theme-terminal"] path = themes/hugo-theme-terminal - url = https://github.com/panr/hugo-theme-terminal.git + url = https://forge.alexselimov.com/aselimov/Terminal-Hugo-Theme.git