From 19c15325b75aa2acb6296e5dae2f0464e0eedcdd Mon Sep 17 00:00:00 2001 From: basedgentoo <128768654+basedgentoo@users.noreply.github.com> Date: Sat, 25 Mar 2023 01:06:59 -0400 Subject: [PATCH] Add Twemoji submodule. To use: git submodule init && git submodule update --- .gitmodules | 3 +++ js/twemoji | 1 + 2 files changed, 4 insertions(+) create mode 160000 js/twemoji diff --git a/.gitmodules b/.gitmodules index 565076dc..138844b5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ path = inc/lib/parsedown url = https://github.com/vichan-devel/parsedown.git branch = master +[submodule "js/twemoji"] + path = js/twemoji + url = https://github.com/basedgentoo/twemoji diff --git a/js/twemoji b/js/twemoji new file mode 160000 index 00000000..25dc1757 --- /dev/null +++ b/js/twemoji @@ -0,0 +1 @@ +Subproject commit 25dc1757783115136a83af34c42c603ac8b470aa