Move prism loading at the bottom
This commit is contained in:
parent
0776308056
commit
2f8c36aaea
|
@ -2,7 +2,6 @@
|
||||||
{% include polyfills.html %}
|
{% include polyfills.html %}
|
||||||
|
|
||||||
<!-- 3rd-party libs -->
|
<!-- 3rd-party libs -->
|
||||||
{% for lang in page.prism_languages %}<script src='https://cdn.jsdelivr.net/npm/prismjs@1.6.0/components/prism-{{lang}}.min.js'></script>{% endfor %}
|
|
||||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Cousine'>
|
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Cousine'>
|
||||||
|
|
||||||
<!-- 2017 layout -->
|
<!-- 2017 layout -->
|
||||||
|
|
Loading…
Reference in New Issue