Skip to content

Commit ecdc5b4

Browse files
authored
Merge pull request #161 from SethGower/develop
adds favicon
2 parents 3499a2b + e158fc8 commit ecdc5b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conditional/templates/base.html

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<meta name="author" content="">
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
1111

12+
<link rel="shortcut icon" href="https://assets.csh.rit.edu/uploads/favicon.ico" type="image/x-icon">
1213
<link href="/static/css/app.css" rel="stylesheet">
1314
{% block extraHeader %}
1415
{% endblock %}

0 commit comments

Comments
 (0)