Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jpescador/hugo-future-imperfect.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Lai <alessandro.lai85@gmail.com>2018-02-10 03:45:37 +0300
committerPatrick Collins <thepatrickcollins@gmail.com>2018-02-10 03:45:37 +0300
commit9d07761cf5b623c98848a5cc28f8ec454f956099 (patch)
tree41fe3d2eb9372984fa43cca2d517ead611b59f22
parentcd931d68973174cdcfde619a348b217ffb6696e5 (diff)
Remove duplicate inclusion of Highlight.js (#116)
-rw-r--r--layouts/partials/footer.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index cd3c030..0353f4b 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -24,7 +24,6 @@
load the standard js files associated with the theme -->
{{ if or (in ($.Scratch.Get "jsFiles") "default") (eq ($.Scratch.Get "jsFiles") false) }}
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/skel/3.0.1/skel.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.1.25/jquery.fancybox.min.js"></script>
<script src="{{ "js/util.js" | relURL }}"></script>