Skip to content

Commit

Permalink
Merge pull request #478 from beeminder/update-to-unique-blog-favicon
Browse files Browse the repository at this point in the history
update blog favicon
  • Loading branch information
lcflight authored Mar 20, 2024
2 parents 098ee35 + b228779 commit c42d8f4
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 4 deletions.
Binary file added public/favicon.ico
Binary file not shown.
Binary file removed public/favicon.png
Binary file not shown.
Binary file added public/icon-192.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 public/icon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"icons": [
{"src": "/icon-192.png", "type": "image/png", "sizes": "192x192"},
{"src": "/icon-512.png", "type": "image/png", "sizes": "512x512"}
]
}
3 changes: 2 additions & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ const canonicalUrl = new URL(Astro.url.pathname, Astro.site);

<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="icon" type="image/png" href="/favicon.ico" />
<link rel="manifest" href="/manifest.webmanifest" />
<meta name="generator" content={Astro.generator} />

<title set:html={`${title} | Beeminder Blog`} />
Expand Down
6 changes: 3 additions & 3 deletions src/lib/__snapshots__/getPosts.spec-snapshot.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4860,7 +4860,7 @@ Yay incentives!
"
`;

exports[`body > post astroblog hash f214b52e8804417aa13a661edf7e99c0 1`] = `
exports[`body > post astroblog hash 2cb564f0bd8c34a3eba61786b84c0b7b 1`] = `
"
<p>
<img
Expand Down Expand Up @@ -68012,7 +68012,7 @@ But don&#8217;t listen to me, see what a true
"
`;

exports[`body > post predict hash 1c0bdd2bcebb1e1c91531bb0bce392d0 1`] = `
exports[`body > post predict hash b9ed963e091616cadde1b4326a1ba560 1`] = `
"
<p>
<img
Expand Down Expand Up @@ -72186,7 +72186,7 @@ See especially the case of Pact, whose scheme of paying successful users we&#821
"
`;

exports[`body > post readwise hash cfc7dd19133c9cf22f76789324c48ebf 1`] = `
exports[`body > post readwise hash df9779ab68a4458e6036baf279071d00 1`] = `
"
<p>
<img
Expand Down

0 comments on commit c42d8f4

Please sign in to comment.