You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2020/08/06 17:21:00 UTC

[lucene-site] branch production updated: Better favicon (higher resolution)

This is an automated email from the ASF dual-hosted git repository.

uschindler pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/lucene-site.git


The following commit(s) were added to refs/heads/production by this push:
     new cf25f1b  Better favicon (higher resolution)
cf25f1b is described below

commit cf25f1bc963b6cc8f85bd9e7395af37d1750fa7f
Author: Uwe Schindler <us...@apache.org>
AuthorDate: Thu Aug 6 19:19:08 2020 +0200

    Better favicon (higher resolution)
---
 themes/lucene/static/images/lucene/lucene-favicon.png | Bin 0 -> 17213 bytes
 themes/lucene/templates/lucene/base.html              |   4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/lucene/static/images/lucene/lucene-favicon.png b/themes/lucene/static/images/lucene/lucene-favicon.png
new file mode 100644
index 0000000..1a31ab8
Binary files /dev/null and b/themes/lucene/static/images/lucene/lucene-favicon.png differ
diff --git a/themes/lucene/templates/lucene/base.html b/themes/lucene/templates/lucene/base.html
index 0bde180..9c32200 100644
--- a/themes/lucene/templates/lucene/base.html
+++ b/themes/lucene/templates/lucene/base.html
@@ -7,8 +7,8 @@
        content="apache, apache lucene, apache solr, solr, lucene
        search, information retrieval, spell checking, faceting, inverted index,
        open source"/>{% endblock %}
-    {% block favicon %}<link rel="shortcut icon" type="image/x-icon"
-    href="{{ SITEURL }}/theme/images/lucene/lucene-favicon.ico"/>{% endblock %}
+    {% block favicon %}<link rel="shortcut icon" type="image/png"
+    href="{{ SITEURL }}/theme/images/lucene/lucene-favicon.png"/>{% endblock %}
     {% block css %}{% endblock %}
     {% block javascript %}{% endblock %}
   </head>