From 60d71627382dfa2a17dbc133b14243675f974ca0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 29 Nov 2021 14:51:19 +0000 Subject: [PATCH] Add Foundation Sites as a submodule Signed-off-by: Michael Tremer --- .gitmodules | 3 +++ src/third-party/foundation-sites | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 src/third-party/foundation-sites diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c97e7b5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "src/third-party/foundation-sites"] + path = src/third-party/foundation-sites + url = https://github.com/foundation/foundation-sites.git diff --git a/src/third-party/foundation-sites b/src/third-party/foundation-sites new file mode 160000 index 0000000..4f1997f --- /dev/null +++ b/src/third-party/foundation-sites @@ -0,0 +1 @@ +Subproject commit 4f1997f608197ee84df6daaf66615d2152fd1755 -- 2.47.3