Skip to content

Commit 469b036

Browse files
Add favicon (#240)
* Add favicon as svg
1 parent 9b9ff33 commit 469b036

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

cbv/static/favicon/favicon.ico

14.7 KB
Binary file not shown.

cbv/static/favicon/favicon.svg

Lines changed: 7 additions & 0 deletions
Loading

cbv/templates/base.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
<meta name="author" content="">
99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11+
<!-- Favicon -->
12+
<link rel="icon" href="{% static 'favicon/favicon.ico' %}" sizes="48x48" />
13+
<link rel="icon" href="{% static 'favicon/favicon.svg' %}" sizes="any" type="image/svg+xml" />
14+
1115
<!-- Le styles from Twitter Bootstrap-->
1216
<link href="{% static 'bootstrap.css' %}" rel="stylesheet">
1317
<link href="{% static 'bootstrap-responsive.css' %}" rel="stylesheet">

0 commit comments

Comments
 (0)