From bc57eeb12f703b0b77e210ce0e5b3aeca0db92b9 Mon Sep 17 00:00:00 2001 From: "pmoreno.rodriguez" Date: Sun, 11 Aug 2024 22:46:27 +0200 Subject: [PATCH] Author copyright in html comments --- templates/partials/base.html.twig | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/templates/partials/base.html.twig b/templates/partials/base.html.twig index a34e6ec..03cdb7a 100755 --- a/templates/partials/base.html.twig +++ b/templates/partials/base.html.twig @@ -1,3 +1,12 @@ + + {# Define global variables #} {% set theme_config = attribute(config.themes, config.system.pages.theme) %} {% set compress = theme_var('production-mode') ? '.min.css' : '.css' %} @@ -98,8 +107,3 @@ -