Add highlightjs

This commit is contained in:
Oliver Davies 2017-01-07 22:54:36 +00:00
parent c9072b386e
commit b8ef0942cb
8 changed files with 15 additions and 3 deletions

View file

@ -20,5 +20,7 @@
</div>{# .container #}
{% include 'footer' %}
{% block scripts %}{% endblock %}
</body>
</html>

View file

@ -11,3 +11,7 @@
{% include 'post/pager' %}
{% include 'post/about-author' %}
{% endblock %}
{% block scripts %}
<script>hljs.initHighlightingOnLoad();</script>
{% endblock %}