Skip to content

Commit 5086d64

Browse files
committed
small fix on icon
1 parent a66400e commit 5086d64

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,14 @@
5151
*/
5252
-->
5353
<link href="./css/styles.css" rel="stylesheet">
54-
<link rel="shortcut icon" href="http://matteobelfio.re/favicon.png" type="image/png">
54+
<link rel="shortcut icon" href="./assets/images/icon.png" type="image/png">
5555

5656
<!-- Global site tag (gtag.js) - Google Analytics -->
5757
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-72323910-2"></script>
5858
<script>
5959
window.dataLayer = window.dataLayer || [];
6060
function gtag(){dataLayer.push(arguments);}
6161
gtag('js', new Date());
62-
6362
gtag('config', 'UA-72323910-2');
6463
</script>
6564

0 commit comments

Comments
 (0)