From acfdcf2235fd1aae71e08a8b6bc2970f80563e40 Mon Sep 17 00:00:00 2001 From: samsapti Date: Sun, 12 Jun 2022 00:29:56 +0200 Subject: [PATCH] Make submodule track main branch --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index ce3490a..cfcfeff 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "themes/hugo-coder"] path = themes/hugo-coder url = https://github.com/luizdepra/hugo-coder.git + branch = main