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 5f37b5f Page title from Vars 5f37b5f is described below commit 5f37b5fd667c166b5c252ae0b43d845c67124b4a Author: Dave Fisher <dave2w...@comcast.net> AuthorDate: Thu Apr 8 09:29:20 2021 -0700 Page title from Vars --- theme/apache/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html index 9ab1436..1903d2d 100644 --- a/theme/apache/templates/base.html +++ b/theme/apache/templates/base.html @@ -20,7 +20,7 @@ {% block head %} <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> - <title>Apache Petri</title> + <title>{{ SITENAME }} - {{ page.title }}</title> {% endblock %} {% include "meta.html" %}