Skip to content

Commit bba51b6

Browse files
committed
replaced the jtd favicon by the simplefoc logo
1 parent 1191920 commit bba51b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ permalink: pretty
2222
exclude: ["node_modules/", "*.gemspec", "*.gem", "Gemfile", "Gemfile.lock", "package.json", "package-lock.json", "script/", "LICENSE.txt", "lib/", "bin/", "README.md", "Rakefile"]
2323

2424
# Set a path/url to a logo that will be displayed instead of the title
25-
#logo: "/assets/images/logo.png"
25+
logo: "logo.png"
26+
favicon_ico: "favicon.ico"
2627

2728
# Enable or disable the site search
2829
search_enabled: true

_includes/head.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
{% endif %}
1111
{% endif %}
1212

13-
<!-- <link rel="shortcut icon" href="{{ 'favicon.ico' | absolute_url }}" type="image/x-icon"> -->
14-
<link rel="shortcut icon" href="{{ 'logo.png' | absolute_url }}" type="image/x-icon">
13+
<link rel="shortcut icon" href="{{ 'favicon.ico' | absolute_url }}" type="image/x-icon">
1514

1615
<link rel="stylesheet" href="{{ '/assets/css/just-the-docs.css' | absolute_url }}">
1716

favicon.ico

-2.28 KB
Binary file not shown.

0 commit comments

Comments
 (0)