From c3bb69ae46100a820c199aae76f62b6f70c7d53e Mon Sep 17 00:00:00 2001 From: David Hamp-Gonsalves Date: Fri, 10 Mar 2017 09:56:12 -0500 Subject: support high res favicons --- layouts/partials/header.html | 8 ++++---- static/.DS_Store | Bin 0 -> 6148 bytes static/favicon.ico | Bin 1150 -> 0 bytes static/favicon_128x128.png | Bin 0 -> 1680 bytes static/favicon_16x16.png | Bin 0 -> 285 bytes static/favicon_32x32.png | Bin 0 -> 387 bytes 6 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 static/.DS_Store delete mode 100644 static/favicon.ico create mode 100644 static/favicon_128x128.png create mode 100644 static/favicon_16x16.png create mode 100644 static/favicon_32x32.png diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 60ec901..b27c971 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -10,10 +10,12 @@ {{ if .Site.Params.description }}{{ end }} - - + + + + {{ $url := replace .Permalink ( printf "%s" .Site.BaseURL) "" }} {{ if eq $url "/" }} @@ -26,8 +28,6 @@ {{ partial "styles.html" . }} - <link rel="shortcut icon" href="/favicon.ico"> - {{ if .RSSLink }} <link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" /> {{ end }} diff --git a/static/.DS_Store b/static/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/static/.DS_Store differ diff --git a/static/favicon.ico b/static/favicon.ico deleted file mode 100644 index 5a3d0d9..0000000 Binary files a/static/favicon.ico and /dev/null differ diff --git a/static/favicon_128x128.png b/static/favicon_128x128.png new file mode 100644 index 0000000..e470131 Binary files /dev/null and b/static/favicon_128x128.png differ diff --git a/static/favicon_16x16.png b/static/favicon_16x16.png new file mode 100644 index 0000000..eda88e4 Binary files /dev/null and b/static/favicon_16x16.png differ diff --git a/static/favicon_32x32.png b/static/favicon_32x32.png new file mode 100644 index 0000000..9a7c7b5 Binary files /dev/null and b/static/favicon_32x32.png differ -- cgit v1.2.3