Skip to content

Commit cc535d9

Browse files
authored
UX: add favicon (#49)
1 parent 894faff commit cc535d9

File tree

6 files changed

+9
-0
lines changed

6 files changed

+9
-0
lines changed

theme/layout.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
<link href="{{ pathto('_static/css/colors.css', 1) }}" rel="stylesheet" type="text/css">
1717
<link href="{{ pathto('_static/pygments.css', 1) }}" rel="stylesheet" type="text/css">
1818

19+
<link rel="icon" type="image/svg+xml" href="{{ pathto('_static/images/favicon.svg', 1) }}">
20+
<link rel="shortcut icon" href="{{ pathto('_static/images/favicon.ico', 1) }}">
21+
<link rel="icon" type="image/png" sizes="32x32" href="{{ pathto('_static/images/favicon-32x32.png', 1) }}">
22+
<link rel="icon" type="image/png" sizes="96x96" href="{{ pathto('_static/images/favicon-96x96.png', 1) }}">
23+
<link rel="icon" type="image/png" sizes="192x192" href="{{ pathto('_static/images/favicon-192x192.png', 1) }}">
24+
1925
{%- for cssfile in css_files %}
2026
<link rel="stylesheet" href="{{ pathto(cssfile, 1) }}" type="text/css">
2127
{%- endfor %}
28.9 KB
Loading
1.87 KB
Loading
8.11 KB
Loading

theme/static/images/favicon.ico

14.7 KB
Binary file not shown.

theme/static/images/favicon.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)