remove favicon-32.png and use favicon.ico instead
This commit is contained in:
parent
0a171c53a3
commit
0bb721216d
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB |
@ -12,7 +12,7 @@
|
||||
<link href="https://fonts.googleapis.com/css?family=Fira+Mono:500&display=block" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/pygments.css">
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="icon" type="image/png" href="/favicon-32.png">
|
||||
<link rel="icon" type="image/png" href="/favicon.ico">
|
||||
<link rel="canonical" href="https://www.mcmillen.dev/__PAGE_URL_GOES_HERE__">
|
||||
<!-- TODO: add apple touch icon, maybe other favicon sizes -->
|
||||
</head>
|
||||
@ -24,7 +24,7 @@
|
||||
<div id="header">
|
||||
<div class="content">
|
||||
<a href="/" class="undecorated">Colin McMillen</a>
|
||||
<span style="float: right;"><a href="https://twitter.com/mcmillen"><img src="/img/twitter.svg" alt="Twitter"></a></span>
|
||||
<span style="float: right;"><a href="https://twitter.com/mcmillen"><img src="/img/twitter.svg" alt="@mcmillen"></a></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user