Load highlight.min.js before publishing

pull/645/head
Tienson Qin 2020-10-08 22:30:58 +08:00
parent ce8bd271af
commit 61011a7062
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@
}
}
}(window.location))"]
[:script {:src "/static/js/publishing.js"}]
;; TODO: should make this configurable
[:script {:src "/static/js/highlight.min.js"}]])]
[:script {:src "/static/js/highlight.min.js"}]
[:script {:src "/static/js/publishing.js"}]])]
(str "<!DOCTYPE html>\n" content)))