We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d89665 commit dbe01bbCopy full SHA for dbe01bb
templates/index.html
@@ -5,7 +5,7 @@
5
<meta name="viewport"
6
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
7
<meta http-equiv="X-UA-Compatible" content="ie=edge">
8
- <meta name="copyright" content="© 2018 Red Hat, Inc." />
+ <meta name="copyright" content="© 2017-{{ now() | date(format='%Y') }} Red Hat, Inc." />
9
<meta name="description" content="{% block description %}{{ config.description }}{% endblock description %}">
10
<title>{% block title %}{{ config.title }}{% endblock title %}</title>
11
<link rel="icon" type="image/png" href="https://static.redhat.com/libs/redhat/brand-assets/2/corp/favicon.png" />
0 commit comments