Move prism loading at the bottom

This commit is contained in:
Rico Sta. Cruz 2017-10-17 12:21:59 +08:00
parent 0776308056
commit 2f8c36aaea
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
{% include polyfills.html %}
<!-- 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'>
<!-- 2017 layout -->