Skip to content

Commit

Permalink
Ship 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Feb 16, 2024
1 parent e3a2a5f commit f861444
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 40 deletions.
Binary file added www/public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions www/public/favicon.svg

This file was deleted.

2 changes: 1 addition & 1 deletion www/src/components/badges.astro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="flex gap-2">
<div class="flex gap-2 mb-6">
<a href="https://crates.io/crates/opx" target="_blank" class="p-0">
<img class="m-0 p-0" src="https://img.shields.io/crates/v/opx" />
</a>
Expand Down
24 changes: 1 addition & 23 deletions www/src/components/common-head.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,36 +34,14 @@ const activeCanonicalUrl = canonicalPath
---

<head>
<meta charset="utf-8" />
<!-- Global Metadata -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="generator" content={Astro.generator} />
<link rel="canonical" href={activeCanonicalUrl} />

<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="/favicon_io/favicon.ico" />

<link
rel="icon"
type="image/png"
href="/favicon_io/favicon.png"
sizes="32x32"
/>

<link
rel="icon"
type="image/png"
href="/favicon_io/favicon-16x16.png"
sizes="16x16"
/>

<link
rel="apple-touch-icon"
type="image/png"
href="/favicon_io/apple-touch-icon.png"
sizes="180x180"
/>
<link rel="icon" type="image/png" href="/favicon.png" />

<!-- Primary Meta Tags -->
<title>{title}</title>
Expand Down
8 changes: 1 addition & 7 deletions www/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@ import "../styles/prose.css";
---

<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<CommonHead />
</head>
<CommonHead />
<body class="prose mx-auto py-8 px-4">
<Content />
</body>
Expand Down

0 comments on commit f861444

Please sign in to comment.