Skip to content

Commit

Permalink
update favicon
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
slimsag committed Jul 29, 2023
1 parent 7a24428 commit 86f4fd2
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 3 deletions.
Binary file modified static/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/favicon.ico
Binary file not shown.
Binary file modified static/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions static/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"type": "image/png"
},
{
"src": "/android-chrome-384x384.png",
"sizes": "384x384",
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
Expand Down
11 changes: 10 additions & 1 deletion themes/minimal/layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@
{{ $style := resources.Get "layouts/default.scss" | resources.ToCSS (dict "outputStyle" "compressed") | fingerprint }}
<link rel="stylesheet" href="{{ $style.Permalink }}">
{{end}}
<link rel="icon" type="image/x-icon" href="{{$.Site.BaseURL}}/favicon.ico">

<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="{{$.Site.BaseURL}}/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="{{$.Site.BaseURL}}/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="{{$.Site.BaseURL}}/favicon-16x16.png">
<link rel="manifest" href="{{$.Site.BaseURL}}/site.webmanifest">
<link rel="mask-icon" href="{{$.Site.BaseURL}}/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">

<link rel="stylesheet" href="{{$.Site.BaseURL}}/assets/font/stylesheet.css">
<link rel="stylesheet" href="{{$.Site.BaseURL}}/assets/font/inter/inter.css">
<script async defer data-domain="hexops.com" src="{{$.Site.BaseURL}}/opendata.js"></script>
Expand Down

0 comments on commit 86f4fd2

Please sign in to comment.