We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9ff33 commit 469b036Copy full SHA for 469b036
3 files changed
cbv/static/favicon/favicon.ico
14.7 KB
cbv/static/favicon/favicon.svg
cbv/templates/base.html
@@ -8,6 +8,10 @@
8
<meta name="author" content="">
9
<meta name="viewport" content="width=device-width, initial-scale=1.0">
10
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
+
15
<!-- Le styles from Twitter Bootstrap-->
16
<link href="{% static 'bootstrap.css' %}" rel="stylesheet">
17
<link href="{% static 'bootstrap-responsive.css' %}" rel="stylesheet">
0 commit comments