summaryrefslogtreecommitdiff
path: root/layout/_partial/scripts.ejs
diff options
context:
space:
mode:
authorDoge <[email protected]>2021-05-08 01:21:15 +0800
committerDoge <[email protected]>2021-05-08 01:21:15 +0800
commit04ecc3472802ec02f943a63683d3e311bfc19613 (patch)
treec540479c0d72b6ded8ee25eb6cea95b474079870 /layout/_partial/scripts.ejs
parente93cc42f9225f22094a19746f01f5cca99eeba1f (diff)
downloadchromate-04ecc3472802ec02f943a63683d3e311bfc19613.tar.gz
chromate-04ecc3472802ec02f943a63683d3e311bfc19613.tar.bz2
chromate-04ecc3472802ec02f943a63683d3e311bfc19613.zip
Add podcast player support
Thanks to Shikwasa :+1:
Diffstat (limited to 'layout/_partial/scripts.ejs')
-rw-r--r--layout/_partial/scripts.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/_partial/scripts.ejs b/layout/_partial/scripts.ejs
index 1b20314..a60011f 100644
--- a/layout/_partial/scripts.ejs
+++ b/layout/_partial/scripts.ejs
@@ -19,7 +19,7 @@
<!-- Highlight.js support -->
<% if (theme.highlight.enable === true) { %>
- <script src="https://cdn.jsdelivr.net/npm/[email protected]/highlight.pack.min.js"></script>
+ <script defer src="https://cdn.jsdelivr.net/npm/[email protected]/highlight.pack.min.js"></script>
<link id="highlight-light-theme" rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/styles/<%= theme.highlight.lightmode %>.min.css">
<link id="highlight-dark-theme" rel="stylesheet"