Skip to content

Commit

Permalink
=
Browse files Browse the repository at this point in the history
  • Loading branch information
arikaim-repository committed Mar 1, 2020
1 parent fc3350f commit d1a1841
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions copyright/copyright.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{% set current_year = currentYear() %}
{% set show_label = show_label|default(true) %}
{% set company = company|default(labels.default) %}
<i class="icon copyright {{ icon_class }}"></i>
{% if show_label == true %}
{% if hide_label != true %}
<span class="text-gray-500">{{ labels.label }}</span>
{% endif %}
<span class="ml-2 text-gray-500">
<span class="text-gray-500">
{% if from_year is not empty and from_year < current_year %}
{{ from_year }} -
{% endif %}
Expand Down

0 comments on commit d1a1841

Please sign in to comment.