From 37043254be0be4f9abdbba2bfd35acecf2a0a72b Mon Sep 17 00:00:00 2001 From: Astreaprtcl Date: Mon, 11 Aug 2025 18:47:25 +0200 Subject: [PATCH] add molly site as submodule --- .gitmodules | 3 +++ website/molly | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 website/molly diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f9aed76 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "website/molly"] + path = website/molly + url = https://github.com/linuxpostingxyz/molly_s-site.git diff --git a/website/molly b/website/molly new file mode 160000 index 0000000..49345cf --- /dev/null +++ b/website/molly @@ -0,0 +1 @@ +Subproject commit 49345cf92fad2a046fe5eb67cf5c322f52dc18a8