Skip to content

Commit c42ab0e

Browse files
author
Brian Lane
committed
Fixed up favicon
1 parent c0ec9ca commit c42ab0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

theme/mkdocs/base.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
{% if page_description %}<meta name="description" content="{{ page_description }}">{% endif %}
99
{% if site_author %}<meta name="author" content="{{ site_author }}">{% endif %}
1010
{% 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 %}
11+
<link rel="shortcut icon" href="{{ base_url }}/img/favicon.ico">
1312

1413
<title>{{ page_title }}</title>
1514

0 commit comments

Comments
 (0)