Skip to content

Commit dbe01bb

Browse files
committed
fix(copyright): update metadata for copyright to match the rest per review
Signed-off-by: Laura Santamaria <[email protected]>
1 parent 8d89665 commit dbe01bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport"
66
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
77
<meta http-equiv="X-UA-Compatible" content="ie=edge">
8-
<meta name="copyright" content="&copy; 2018 Red Hat, Inc." />
8+
<meta name="copyright" content="&copy; 2017-{{ now() | date(format='%Y') }} Red Hat, Inc." />
99
<meta name="description" content="{% block description %}{{ config.description }}{% endblock description %}">
1010
<title>{% block title %}{{ config.title }}{% endblock title %}</title>
1111
<link rel="icon" type="image/png" href="https://static.redhat.com/libs/redhat/brand-assets/2/corp/favicon.png" />

0 commit comments

Comments
 (0)