Skip to content

Commit

Permalink
move favicons to root
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsonate committed Feb 2, 2021
1 parent 6815798 commit 70f962c
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ theme_settings:
# Meta
title: Nate Thompson
avatar: assets/img/avatar.png
favicon: assets/favicon/favicon.ico
favicon: /favicon.ico
gravatar: # Email MD5 hash
description: "Hi, I’m Nate! Computer Science student at Georgia State University. macOS & iOS developer." # used by search engines

Expand Down
14 changes: 7 additions & 7 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
<!--Favicon-->
<link rel="shortcut icon" href="{{ site.baseurl }}/{{ site.theme_settings.favicon }}" type="image/x-icon">

<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/favicon/site.webmanifest">
<link rel="mask-icon" href="/assets/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/assets/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/favicon.ico">
<meta name="msapplication-TileColor" content="#5bbad5">
<meta name="msapplication-config" content="/assets/favicon/browserconfig.xml">
<meta name="msapplication-config" content="/browserconfig.xml">
<meta name="theme-color" content="#7fb9e9">

<!-- Canonical -->
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.

0 comments on commit 70f962c

Please sign in to comment.