Browse Source

remove favicon-32.png and use favicon.ico instead

main
Colin McMillen 3 years ago
parent
commit
0bb721216d
  1. BIN
      static/favicon-32.png
  2. 4
      template.html

BIN
static/favicon-32.png

Before

Width: 32  |  Height: 32  |  Size: 3.1 KiB

4
template.html

@ -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…
Cancel
Save