From 5f5da0ded45892f5986725fd7a5b13af2939297e Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 4 Oct 2023 20:49:52 +0300 Subject: [PATCH] add app version to css --- templates/default/layout.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/default/layout.html.twig b/templates/default/layout.html.twig index 159563a..ef4ee5b 100644 --- a/templates/default/layout.html.twig +++ b/templates/default/layout.html.twig @@ -4,8 +4,8 @@ {% block title %}{{ name }}{% endblock %} {% block stylesheets %} - - + + {% endblock %}