Skip to content

Commit 5a21370

Browse files
committed
favicon
1 parent 885e2bb commit 5a21370

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

core/static/favicon.ico

1.31 KB
Binary file not shown.

core/templates/layouts/core.head.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta name="description" content="">
66
<meta name="author" content="">
77
<meta name="viewport" content="width=device-width,initial-scale=1">
8+
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
89
<!-- styles -->
910
<!-- <link type="text/css" rel="stylesheet" href="/static/css/sandstone-bootstrap.min.css"> -->
1011
<!-- <link type="text/css" rel="stylesheet" href="/static/css/layout.main.css" /> -->
@@ -13,6 +14,7 @@
1314
<!-- <link type="text/css" rel="stylesheet" href="/static/css/main.quickfix.css" /> -->
1415
<!-- <link type="text/css" rel="stylesheet" href="/static/css/auto-complete.css" /> -->
1516
<link type="text/css" rel="stylesheet" href="{{ url_for('static', filename='css/bundle.core.css')}}" />
17+
1618
<!-- /styles -->
1719

1820
<!-- scripts -->

0 commit comments

Comments
 (0)