From 73273d4e8138ca7ac60e8201618b1b81da64e92b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 18 Jul 2017 10:44:02 +0200 Subject: [PATCH] Add the docs theme to .gitmodules See #3713 --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index e69de29bb..10c224304 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/gohugoioTheme"] + path = docs/themes/gohugoioTheme + url = https://github.com/gohugoio/gohugoioTheme.git \ No newline at end of file