Skip to content

Commit 5e48390

Browse files
committed
automatically set footer year
1 parent e39c421 commit 5e48390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_templates/_footer_other.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</div>
99

1010
<div class="col-sm-3">
11-
<p class="text-nowrap">Copyright © 2022 Red Hat, Inc.</p>
11+
<p class="text-nowrap">Copyright © <%= Time.now.year %> Red Hat, Inc.</p>
1212
</div>
1313

1414

0 commit comments

Comments
 (0)