Add highlightjs
This commit is contained in:
parent
c9072b386e
commit
b8ef0942cb
8 changed files with 15 additions and 3 deletions
|
@ -20,5 +20,7 @@
|
|||
</div>{# .container #}
|
||||
|
||||
{% include 'footer' %}
|
||||
|
||||
{% block scripts %}{% endblock %}
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -11,3 +11,7 @@
|
|||
{% include 'post/pager' %}
|
||||
{% include 'post/about-author' %}
|
||||
{% endblock %}
|
||||
|
||||
{% block scripts %}
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue