From c6e8d0b1283fdc692c71bf0aa8e12eb13f7f74fb Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Wed, 19 May 2021 15:03:28 -0500 Subject: [PATCH] Use https for bear blog submodule --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index ab9dfc3..f662808 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "themes/hugo-bearblog"] path = themes/hugo-bearblog - url = git@github.com:janraasch/hugo-bearblog.git + url = https://github.com/janraasch/hugo-bearblog.git + branch = master