Skip to content

Commit

Permalink
Fixed favicon URLs in search description.
Browse files Browse the repository at this point in the history
  • Loading branch information
herrboyer authored Jan 22, 2024
1 parent 23d86df commit 2392f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/templates/docs/search_description.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<Description>{% blocktrans with version=release.human_version %}Search Django {{ version }} documentation{% endblocktrans %}</Description>
<InputEncoding>UTF-8</InputEncoding>
<OutputEncoding>UTF-8</OutputEncoding>
<Image width="16" height="16" type="image/x-icon">https://{{ site.domain }}{% static "img/favicon.ico" %}</Image>
<Image width="32" height="32" type="image/x-icon">https://{{ site.domain }}{% static "img/favicon.ico" %}</Image>
<Image width="16" height="16" type="image/x-icon">{% static "img/favicon.ico" %}</Image>
<Image width="32" height="32" type="image/x-icon">{% static "img/favicon.ico" %}</Image>
<Query role="example" searchTerms="testing" />
<Developer>{% trans "Django team" %}</Developer>
<SyndicationRight>open</SyndicationRight>
Expand Down

0 comments on commit 2392f58

Please sign in to comment.