This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git
The following commit(s) were added to refs/heads/main by this push:
new 043f5a1 Fix page title in <title> tag
043f5a1 is described below
commit 043f5a1772d9a147e921a79b44bb6e1c791c2305
Author: Jan Høydahl <jan....@cominvent.com>
AuthorDate: Wed Mar 3 17:21:39 2021 +0100
Fix page title in <title> tag
---
themes/solr/templates/base.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/solr/templates/base.html b/themes/solr/templates/base.html
index 81f3bc5..e79187f 100644
--- a/themes/solr/templates/base.html
+++ b/themes/solr/templates/base.html
@@ -2,7 +2,7 @@
<html>
<head>
{% include "_head.html" %}
- <title>Apache Solr - {% block title %}{% endblock %}</title>
+ <title>{% block title %}{{ page.title }}{% endblock %} - Apache
Solr</title>
{% block css %}{% endblock %}
{% block metakeys %}