From 22760bedc8b939456aa87375326b2522ff9aa254 Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Sun, 28 Oct 2018 22:21:20 +0400 Subject: [PATCH] Fix submodules error --- .gitmodules | 6 +++--- themes/tango | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 160000 themes/tango diff --git a/.gitmodules b/.gitmodules index 53e5a81..161247c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "tango"] - path = themes/tango - url = ../hugo-tango-theme.git +[submodule "themes/tango"] + path = themes/tango + url = ssh://git@lab.wtfteam.pro:2222/fat0troll/hugo-tango-theme.git diff --git a/themes/tango b/themes/tango new file mode 160000 index 0000000..d928abd --- /dev/null +++ b/themes/tango @@ -0,0 +1 @@ +Subproject commit d928abdd0628518e0d3e161c3ff74532b5d647cd