From d1a184119051803d1df966f21476f579d5ea1fc1 Mon Sep 17 00:00:00 2001 From: Arikaim Date: Sun, 1 Mar 2020 17:53:19 +0200 Subject: [PATCH] = --- copyright/copyright.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/copyright/copyright.html b/copyright/copyright.html index 425ebef..6f610be 100644 --- a/copyright/copyright.html +++ b/copyright/copyright.html @@ -1,11 +1,10 @@ {% set current_year = currentYear() %} -{% set show_label = show_label|default(true) %} {% set company = company|default(labels.default) %} -{% if show_label == true %} +{% if hide_label != true %} {{ labels.label }} {% endif %} - + {% if from_year is not empty and from_year < current_year %} {{ from_year }} - {% endif %}