From ef600c48639ca069050e15a4b0effdec6d6c407a Mon Sep 17 00:00:00 2001 From: Jonathan Sharpe Date: Fri, 14 Jun 2019 17:02:31 +0100 Subject: [PATCH] Bump Bulma version --- bulrush/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bulrush/templates/base.html b/bulrush/templates/base.html index fe35e8e..6bfa44f 100644 --- a/bulrush/templates/base.html +++ b/bulrush/templates/base.html @@ -5,7 +5,7 @@ {% block title %}{{ SITENAME }}{% endblock %} - + {% assets output="css/main.%(version)s.css", "css/main.css" %} {% endassets %}