Skip to content

Commit

Permalink
Add highlight.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercollier committed Nov 5, 2015
1 parent ede6b03 commit 0650b39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions default.hbs
Expand Up @@ -17,6 +17,7 @@
{{! Styles'n'Scripts }}
<link rel="stylesheet" type="text/css" href="{{asset "css/screen.css"}}" />
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" />
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/styles/monokai_sublime.min.css">

{{! Ghost outputs important style and meta data with this tag }}
{{ghost_head}}
Expand Down Expand Up @@ -44,6 +45,8 @@
<script type="text/javascript" src="{{asset "js/jquery.fitvids.js"}}"></script>
{{! The main JavaScript file for Casper }}
<script type="text/javascript" src="{{asset "js/index.js"}}"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.9.1/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>

</body>
</html>

0 comments on commit 0650b39

Please sign in to comment.