Skip to content

Commit 6ab87f5

Browse files
committed
Set the correct icon for the site.
1 parent 97a6699 commit 6ab87f5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

public/img/favicon.ico

17.1 KB
Binary file not shown.

views/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<%= title %>
1212
</title>
1313

14-
<link rel="icon" type="image/png" href="../img/logo.png"/>
14+
<link rel="icon" type="image/x-icon" href="../img/favicon.ico"/>
1515

1616
<!-- <link rel="stylesheet" href="./css/bootstrap.min.css">-->
1717
<link rel="stylesheet" href="./stylesheets/index.css">

0 commit comments

Comments
 (0)