From 6d4640447771961cd6419e6b40559223c2041c7e Mon Sep 17 00:00:00 2001 From: leafee98 Date: Sat, 1 Apr 2023 20:37:17 +0800 Subject: [PATCH] change submodule (hugo theme) URL --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 5607cbc..7023801 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "themes/hugo-theme-flat"] path = themes/hugo-theme-flat - url = https://cgit.leafee98.com/hugo-theme-flat.git/ + url = https://git.leafee98.com/leafee98/hugo-theme-flat branch = main