Enable highlighting on blog listing
This commit is contained in:
parent
7330fd8226
commit
155ceb89c4
1 changed files with 4 additions and 0 deletions
|
@ -55,3 +55,7 @@ use: [posts]
|
|||
|
||||
{% include 'post-pager.html.twig' %}
|
||||
{% endblock %}
|
||||
|
||||
{% block scripts %}
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue