Browse Source

Add custom.js script to html

Candide U 2 năm trước cách đây
mục cha
commit
c8312bc6df
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      deps/publishing/src/logseq/publishing/html.cljs

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

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