This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/petri-site.git
The following commit(s) were added to refs/heads/master by this push: new 64c2981 Update base.html 64c2981 is described below commit 64c2981b21687d25a6266110ba76d137794a16c1 Author: Dave Fisher <dave2w...@comcast.net> AuthorDate: Thu Mar 18 12:00:41 2021 -0700 Update base.html --- theme/apache/templates/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html index d773df7..12b966f 100644 --- a/theme/apache/templates/base.html +++ b/theme/apache/templates/base.html @@ -137,12 +137,13 @@ </div> <div class="container-fluid"> - Copyright © 2021 The Apache Software Foundation, + Copyright © {{ CURRENTYEAR }} The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a> <br/> Apache, the Apache feather logo, and Petri are trademarks or registered trademarks of <a href="https://www.apache.org/">The Apache Software Foundation.</a> + <br/>{{ PLUGINS }} </div><!-- #container-fluid --> </div>