allow custom favicon code

This commit is contained in:
Ilya Ivanov 2020-06-30 00:12:21 +07:00
parent 76f8f064ac
commit 9e52e712ae
2 changed files with 2 additions and 1 deletions

1
_includes/favicon.html Normal file
View File

@ -0,0 +1 @@
<link rel="shortcut icon" href="{{ 'favicon.ico' | relative_url }}" type="image/x-icon">

View File

@ -10,7 +10,7 @@
{% endif %}
{% endunless %}
<link rel="shortcut icon" href="{{ 'favicon.ico' | relative_url }}" type="image/x-icon">
{% include favicon.html %}
<link rel="stylesheet" href="{{ '/assets/css/just-the-docs-default.css' | relative_url }}">