diff options
author | EuAndreh <eu@euandre.org> | 2020-12-24 05:48:44 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-24 05:50:10 -0300 |
commit | a9142c9f5ccdfab285f71f48f20573fe7bf8ddff (patch) | |
tree | 8ddf44569685afea7160154ce1c19e1795cd1678 /.gitmodules | |
parent | Use feature toggle to show podcast links (diff) | |
download | euandre.org-a9142c9f5ccdfab285f71f48f20573fe7bf8ddff.tar.gz euandre.org-a9142c9f5ccdfab285f71f48f20573fe7bf8ddff.tar.xz |
Add torrent.html page with WebTorrent
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 6d301d9..f169aba 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "vendor/reveal.js"] path = vendor/reveal.js url = https://github.com/hakimel/reveal.js +[submodule "vendor/webtorrent"] + path = vendor/webtorrent + url = https://github.com/webtorrent/webtorrent |