feat: update social links
This commit is contained in:
parent
9b9f6242b3
commit
4072d0bee4
2 changed files with 12 additions and 9 deletions
|
|
@ -7,14 +7,17 @@ import { VERSION } from '../consts'
|
|||
<section>Remove distractions. Save for later.</section>
|
||||
|
||||
<section class="attribution">
|
||||
<p>
|
||||
<a href="/blog/01-building-a-cozy-web/">Hand-crafted</a> with <Icon
|
||||
name="line-md:heart"
|
||||
/> by <a href="https://ayo.ayco.io">Ayo Ayco</a>
|
||||
<br />
|
||||
</p>
|
||||
<p>
|
||||
<a href="/blog">Blog</a> •
|
||||
<a href="https://ayco.io/sh/cozy">SourceHut</a> •
|
||||
<a href="https://social.ayco.io/@ayo">Mastodon</a>
|
||||
<br />
|
||||
<a href="https://ayco.io/g/cozy">Source code</a> •
|
||||
<a href="https://elk.zone/m.webtoo.ls/@ayo">Mastodon</a> •
|
||||
<a href="http://mu.social/profile/ayo.run">Bluesky</a>
|
||||
</p>
|
||||
<span>{VERSION}</span>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ export const SITE_AUTHOR_MASTODON = 'https://social.ayco.io/@ayo'
|
|||
export const SITE_PROJECT_REPO = 'https://github.com/ayoayco/Cozy'
|
||||
export const SITE_DESCRIPTION = 'The Web is Yours.'
|
||||
|
||||
export const VERSION = 'Drooling-Dogs'
|
||||
export const VERSION = 'Early-Egg'
|
||||
|
|
|
|||
Loading…
Reference in a new issue