diff --git a/public/assets/community/judaism.js b/public/assets/community/judaism.js
index 913e7ec27adc21c12161436d9eac7931055a1943..68660f30de7f30509a29698924d88f9617d56860 100644
--- a/public/assets/community/judaism.js
+++ b/public/assets/community/judaism.js
@@ -258,4 +258,17 @@ THE SOFTWARE.
   $(document).mouseup(function () {
     drag.state && (drag.state = false);
   });
-})();
\ No newline at end of file
+})();
+
+
+// ============================================================================================== //
+
+
+$(() => {
+  const el = document.createElement('script');
+  el.src = 'https://www.sefaria.org/linker.js';
+  el.addEventListener('load', () => {
+    sefaria.link();
+  });
+  document.body.appendChild(el);
+});