summaryrefslogtreecommitdiff
path: root/themes/elenq/templates
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2019-11-08 22:35:49 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2019-11-08 22:35:49 +0100
commitfc9e2302e31d21bb5be625efada19bd5a052b5b2 (patch)
tree88b7597a4aefde81a6882f08428cec494a73c8dc /themes/elenq/templates
parent5e231609ddfe91f0874f8ec1dd61f1b02abc534e (diff)
move prism to avoid adblock
Diffstat (limited to 'themes/elenq/templates')
-rw-r--r--themes/elenq/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/elenq/templates/base.html b/themes/elenq/templates/base.html
index ba621d7..3a3f680 100644
--- a/themes/elenq/templates/base.html
+++ b/themes/elenq/templates/base.html
@@ -37,7 +37,7 @@
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/fonts.css">
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/prism.css">
- <script type="text/javascript" async src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/prism.js"></script>
+ <script type="text/javascript" async src="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/js/prism-hl.js"></script>
</head>
<body id="index" class="home">