We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ec9ca commit c42ab0eCopy full SHA for c42ab0e
theme/mkdocs/base.html
@@ -8,8 +8,7 @@
8
{% if page_description %}<meta name="description" content="{{ page_description }}">{% endif %}
9
{% if site_author %}<meta name="author" content="{{ site_author }}">{% endif %}
10
{% if canonical_url %}<link rel="canonical" href="{{ canonical_url }}">{% endif %}
11
- {% if favicon %}<link rel="shortcut icon" href="{{ favicon }}">
12
- {% else %}<link rel="shortcut icon" href="{{ base_url }}/img/favicon.ico">{% endif %}
+ <link rel="shortcut icon" href="{{ base_url }}/img/favicon.ico">
13
14
<title>{{ page_title }}</title>
15
0 commit comments