This commit is contained in:
Oliver Davies 2017-11-01 21:06:56 +00:00
parent 2d899dc79b
commit 6641a1acaf
5 changed files with 33 additions and 55 deletions
source/_layouts

View file

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