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

github.com/jbub/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbub <contact@jbub.eu>2016-12-30 23:48:24 +0300
committerjbub <contact@jbub.eu>2016-12-30 23:48:24 +0300
commite2d7410ead3492c359e721028e01eb841937ae84 (patch)
tree703e1233b14f814794b24d3149f172437c986dfa
parent7608e2089c9ffdc460f483e1ca0151940f447b21 (diff)
Update highlight.js to 9.9.0.
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 1a77c70..52167b0 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -23,7 +23,7 @@
</footer>
<script src="{{ .Site.BaseURL }}js/jquery-1.11.3.min.js"></script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.5/highlight.min.js"></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.9.0/highlight.min.js"></script>
<script src="{{ .Site.BaseURL }}js/jquery.fitvids.js"></script>
<script src="{{ .Site.BaseURL }}js/scripts.js"></script>
</body>