diff options
author | Allan Wang <me@allanwang.ca> | 2019-04-25 21:01:35 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-04-25 21:01:35 -0700 |
commit | a053413e98c057f7a7a3d85b3c3ba72f2e0ccb55 (patch) | |
tree | a97415f18d61a87d1e4db4165216736870b9f5a8 | |
parent | d26d3fe99d8d1b65e9b54efa1ac77e877223fb81 (diff) | |
download | frost-a053413e98c057f7a7a3d85b3c3ba72f2e0ccb55.tar.gz frost-a053413e98c057f7a7a3d85b3c3ba72f2e0ccb55.tar.bz2 frost-a053413e98c057f7a7a3d85b3c3ba72f2e0ccb55.zip |
Move favicon back to folder
-rw-r--r-- | _layouts/default.html | 2 | ||||
-rw-r--r-- | favicon/favicon.ico (renamed from favicon.ico) | bin | 15086 -> 15086 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index f8b9f991..28202d28 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -15,7 +15,7 @@ <link rel="icon" type="image/png" sizes="16x16" href="{{ '/favicon/favicon-16x16.png' | relative_url }}"> <link rel="manifest" href="{{ '/favicon/site.webmanifest' | relative_url }}"> <link rel="mask-icon" href="{{ '/favicon/safari-pinned-tab.svg' | relative_url }}" color="#3b5998"> - <link rel="shortcut icon" href="{{ '/favicon.ico' | relative_url }}"> + <link rel="shortcut icon" href="{{ '/favicon/favicon.ico' | relative_url }}"> <meta name="msapplication-TileColor" content="#da532c"> <meta name="msapplication-config" content="{{ '/favicon/browserconfig.xml' | relative_url }}"> <meta name="theme-color" content="#ffffff"> diff --git a/favicon.ico b/favicon/favicon.ico Binary files differindex ec0bf22c..ec0bf22c 100644 --- a/favicon.ico +++ b/favicon/favicon.ico |