Kaynağa Gözat

Add custom.js script to html

Candide U 2 yıl önce
ebeveyn
işleme
c8312bc6df

+ 1 - 0
deps/publishing/src/logseq/publishing/html.cljs

@@ -121,6 +121,7 @@ necessary db filtering"
         }
         }
       }(window.location))"]
       }(window.location))"]
             ;; TODO: should make this configurable
             ;; TODO: should make this configurable
+            [:script {:src "static/js/custom.js"}]
             [:script {:src "static/js/main.js"}]
             [:script {:src "static/js/main.js"}]
             [:script {:src "static/js/interact.min.js"}]
             [:script {:src "static/js/interact.min.js"}]
             [:script {:src "static/js/highlight.min.js"}]
             [:script {:src "static/js/highlight.min.js"}]