Footer: point links to website repo
This commit is contained in:
parent
8fce7a9160
commit
d63f5e6e76
|
@ -17,9 +17,9 @@ const { title, description, image = '/blog-placeholder-1.jpg' } = Astro.props;
|
||||||
<!-- Global Metadata -->
|
<!-- Global Metadata -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/akemi_silly_transparent.png" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
|
||||||
<link rel="apple-touch-icon" href="/akemi_silly_transparent.png">
|
<link rel="apple-touch-icon" href="/favicon.png">
|
||||||
<meta property="og:image" content="https://dev.noway.moe/akemi_silly_transparent.png">
|
<meta property="og:image" content="https://dev.noway.moe/favicon.png" />
|
||||||
<meta name="generator" content={Astro.generator} />
|
<meta name="generator" content={Astro.generator} />
|
||||||
|
|
||||||
<!-- Font preloads -->
|
<!-- Font preloads -->
|
||||||
|
|
|
@ -5,7 +5,7 @@ const today = new Date();
|
||||||
<footer>
|
<footer>
|
||||||
© 2022-{today.getFullYear()} Emiliko Mirror. No rights reserved.
|
© 2022-{today.getFullYear()} Emiliko Mirror. No rights reserved.
|
||||||
<div class="social-links">
|
<div class="social-links">
|
||||||
<a href="https://git.mami2.moe/akemi?tab=activity" target="_blank">
|
<a href="https://git.mami2.moe/akemi/noway.moe" target="_blank">
|
||||||
<span class="sr-only">Forgejo</span>
|
<span class="sr-only">Forgejo</span>
|
||||||
<svg viewBox="0 0 212 212" aria-hidden="true" width="32" height="32">
|
<svg viewBox="0 0 212 212" aria-hidden="true" width="32" height="32">
|
||||||
<g transform="translate(6,6)">
|
<g transform="translate(6,6)">
|
||||||
|
@ -17,7 +17,7 @@ const today = new Date();
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://codeberg.org/akemi?tab=activity" target="_blank">
|
<a href="https://codeberg.org/akemi/noway.moe" target="_blank">
|
||||||
<span class="sr-only">Codeberg</span>
|
<span class="sr-only">Codeberg</span>
|
||||||
<svg width="32" height="32" aria-hidden="true" viewBox="0 0 24 24" fill="#000">
|
<svg width="32" height="32" aria-hidden="true" viewBox="0 0 24 24" fill="#000">
|
||||||
<path
|
<path
|
||||||
|
|
Loading…
Reference in a new issue