Skip to content

Commit

Permalink
Fix OpenSearch favicon url
Browse files Browse the repository at this point in the history
  • Loading branch information
Renaud Boyer committed Jan 8, 2024
1 parent f46f48b commit 7744bc3
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 7744bc3

Please sign in to comment.