From 155ceb89c4142eadfd91b9cff780863c08b22348 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 4 Jun 2018 21:57:13 +0100 Subject: [PATCH] Enable highlighting on blog listing --- source/blog.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/blog.html b/source/blog.html index ae9cf2c1..56264d8c 100644 --- a/source/blog.html +++ b/source/blog.html @@ -55,3 +55,7 @@ use: [posts] {% include 'post-pager.html.twig' %} {% endblock %} + +{% block scripts %} + +{% endblock %}