Skip to content

Commit 7ceeb91

Browse files
authored
Merge pull request #1549 from BastianZim/Add-favicon
Add favicon
2 parents 5d4ad4b + a0a2784 commit 7ceeb91

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

feedstock_outputs.html.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<meta name="description" content="">
1010
<meta name="author" content="">
1111

12+
<link rel="shortcut icon" href="img/favicon.ico">
13+
1214
<title>conda-forge feedstocks | community driven packaging for conda</title>
1315

1416
<!-- Bootstrap Core CSS -->

img/favicon.ico

9.44 KB
Binary file not shown.

index.html.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<meta name="description" content="">
1010
<meta name="author" content="">
11+
12+
<link rel="shortcut icon" href="img/favicon.ico">
1113

1214
<title>conda-forge | community driven packaging for conda</title>
1315

src/_static/favicon.ico

4.19 KB
Binary file not shown.

src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
# The name of an image file (relative to this directory) to use as a favicon of
157157
# the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
158158
# pixels large.
159-
#html_favicon = None
159+
html_favicon = '_static/favicon.ico'
160160

161161
# Add any paths that contain custom static files (such as style sheets) here,
162162
# relative to this directory. They are copied after the builtin static files,

0 commit comments

Comments
 (0)