We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 885e2bb commit 5a21370Copy full SHA for 5a21370
2 files changed
core/static/favicon.ico
1.31 KB
core/templates/layouts/core.head.html
@@ -5,6 +5,7 @@
5
<meta name="description" content="">
6
<meta name="author" content="">
7
<meta name="viewport" content="width=device-width,initial-scale=1">
8
+<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
9
<!-- styles -->
10
<!-- <link type="text/css" rel="stylesheet" href="/static/css/sandstone-bootstrap.min.css"> -->
11
<!-- <link type="text/css" rel="stylesheet" href="/static/css/layout.main.css" /> -->
@@ -13,6 +14,7 @@
13
14
<!-- <link type="text/css" rel="stylesheet" href="/static/css/main.quickfix.css" /> -->
15
<!-- <link type="text/css" rel="stylesheet" href="/static/css/auto-complete.css" /> -->
16
<link type="text/css" rel="stylesheet" href="{{ url_for('static', filename='css/bundle.core.css')}}" />
17
+
18
<!-- /styles -->
19
20
<!-- scripts -->
0 commit comments