aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/Footer.astro2
-rw-r--r--src/layouts/Layout.astro19
2 files changed, 19 insertions, 2 deletions
diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index 6670702..35dedae 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -8,7 +8,7 @@ import dataList from "../data/user.json";
<div class="footer-links">
<a
- href="https://github.com/yourprofile"
+ href="https://github.com/pinapelz/Astrolink-moe"
class="footer-link"
aria-label="GitHub"
>
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index e79c99d..8ebd2f2 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -15,7 +15,24 @@ const { title } = Astro.props;
content="providing only the most moe of web services"
/>
<meta name="viewport" content="width=device-width" />
- <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
+ <link
+ rel="apple-touch-icon"
+ sizes="180x180"
+ href="/apple-touch-icon.png"
+ />
+ <link
+ rel="icon"
+ type="image/png"
+ sizes="32x32"
+ href="/favicon-32x32.png"
+ />
+ <link
+ rel="icon"
+ type="image/png"
+ sizes="16x16"
+ href="/favicon-16x16.png"
+ />
+ <link rel="manifest" href="/site.webmanifest" />
<link
href="https://api.fontshare.com/v2/css?f[]=satoshi@400&display=swap"
rel="stylesheet"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage