Skip to content

Commit 4cb7c21

Browse files
committed
Add favicon
1 parent 6c74b7d commit 4cb7c21

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: .gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ data/cutout_cdn/2010ai/*
155155
!data/cutout_cdn/2010ai/*
156156
!data/sed_output/2010H/*
157157

158-
static/
158+
# static/
159159

160160
.DS_Store
161161

Diff for: app/api/static/images/favicon.png

12.8 KB
Loading

Diff for: app/host/templates/host/base.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
font-size: 12pt;
3333
}
3434
</style>
35-
35+
{% load static %}
36+
<link rel="shortcut icon" type="image/png" href="{% static 'images/favicon.png' %}" >
3637
</head>
3738

3839
<body>

0 commit comments

Comments
 (0)