Removed highlightjs
This commit is contained in:
parent
7a2f0bec3e
commit
ffa19461aa
|
@ -6,7 +6,6 @@
|
|||
"composer/composer": "@dev",
|
||||
"tsphethean/sculpin-related-posts-bundle": "~0.1.0",
|
||||
"components/bootstrap": "3.3.5",
|
||||
"components/highlightjs": "~7.3.0",
|
||||
"components/jquery": "~1.9.1",
|
||||
"components/font-awesome": "@stable",
|
||||
"behat/behat": "2.5.*@stable",
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link rel="stylesheet" href="{{ site.url }}/assets/css/oliverdavies.css">
|
||||
<link rel="stylesheet" href="{{ site.url }}/components/highlightjs/styles/{{ site.hightlightjs_style }}.css">
|
||||
<link rel="stylesheet" href="{{ site.url }}/components/font-awesome/css/font-awesome.min.css">
|
||||
{% block styles %}{% endblock %}
|
||||
|
||||
|
@ -98,8 +97,6 @@
|
|||
|
||||
<script src="{{ site.url }}/components/jquery/jquery.min.js"></script>
|
||||
<script src="{{ site.url }}/components/bootstrap/js/bootstrap.min.js"></script>
|
||||
<script src="{{ site.url }}/components/highlightjs/highlight.pack.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
{% block scripts %}{% endblock %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue