Skip to content

Commit

Permalink
Fix favicon URL
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed Feb 15, 2024
1 parent 74d77a7 commit 58df494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_wagtail_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<title>{{ title|striptags|e }}{{ titlesuffix }}</title>
{% endblock %}
{%- if favicon_url %}
<link rel="shortcut icon" href="{{ pathto(favicon_url, 1) }}" />
<link rel="shortcut icon" href="{{ favicon_url }}" />
{%- endif %}

{#- Include our own stylesheets -#}
Expand Down

0 comments on commit 58df494

Please sign in to comment.