From 3844f82211c90b4007941f5e683f5eb9001292e3 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sat, 22 Apr 2023 18:51:28 -0700 Subject: [PATCH] make cgit url https --- config/_default/menus/menu.en.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/menus/menu.en.toml b/config/_default/menus/menu.en.toml index a29afe9..9a55d5a 100644 --- a/config/_default/menus/menu.en.toml +++ b/config/_default/menus/menu.en.toml @@ -57,7 +57,7 @@ [[social]] name = "cgit" weight = 1 - url = "http://git.softinio.com" + url = "https://git.softinio.com" [[social]] name = "github" type = "social"