Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit e8c2f1c

Browse files
committed
fix(assets) Use HTTPS to load Prism.js library.
Since Prism.js is used on others pages, we just updated the link to point the the static.hoa-project.net version.
1 parent 9438be0 commit e8c2f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Overlays/Article.xyl

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</article>
2424

2525
<yield id="scripts">
26-
<script src="http://prismjs.com/prism.js"></script>
26+
<script src="https://static.hoa-project.net/Javascript/Prism.js"></script>
2727

2828
<script type="text/javascript">
2929
DiscourseEmbed = {

0 commit comments

Comments
 (0)