Enable highlighting on blog listing

This commit is contained in:
Oliver Davies 2018-06-04 21:57:13 +01:00
parent 7330fd8226
commit 155ceb89c4

View file

@ -55,3 +55,7 @@ use: [posts]
{% include 'post-pager.html.twig' %}
{% endblock %}
{% block scripts %}
<script>hljs.initHighlightingOnLoad();</script>
{% endblock %}