Update hljs

This commit is contained in:
Rico Sta. Cruz 2015-04-17 00:41:21 +08:00
parent b1d7980bc6
commit 9976943987
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
{% include about-the-site.html %}
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.5/highlight.min.js"></script>
{%comment%}<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.5/highlight.min.js"></script>{%endcomment%}
<script src="http://ricostacruz.com/til/assets/highlight.pack.js?t={{ timestamp }}"></script>
<script src="http://cdn.rawgit.com/rstacruz/unorphan/v1.0.1/index.js"></script>
<script>hljs.initHighlightingOnLoad()</script>
<script>unorphan('h1, h2, h3, p, li, .unorphan')</script>
</body>
</html>