Skip to content

Commit

Permalink
Add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Feb 15, 2024
1 parent 85390ff commit cb0e70d
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@
{% if page.description %}
<meta name="description" content="{{ page.description }}">
{% endif %}
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">

<link rel="apple-touch-icon" sizes="180x180" href="{{ site.cdn }}/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="{{ site.cdn }}/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="{{ site.cdn }}/favicon-16x16.png">
<link rel="manifest" href="{{ site.cdn }}/site.webmanifest">

<meta name="twitter:site" content="@hangfireio">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Hangfire – Background Jobs for .NET and .NET Core">
Expand Down
Binary file added 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 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 added 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 added 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 added 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 added favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

0 comments on commit cb0e70d

Please sign in to comment.