Skip to content

Commit

Permalink
add hightlight js
Browse files Browse the repository at this point in the history
  • Loading branch information
CookFengr committed Oct 30, 2017
1 parent 6f3ec76 commit 5702a6e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions content/themes/casper/default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
{{!-- Styles'n'Scripts --}}
<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="{{asset "css/screen.css"}}" />
<link rel="stylesheet"
href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css">


{{!-- Ghost outputs important style and meta data with this tag --}}
Expand Down Expand Up @@ -51,6 +53,7 @@
<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="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>

</body>
</html>

0 comments on commit 5702a6e

Please sign in to comment.