feat: add follow link to footer
This commit is contained in:
parent
7ddf19db64
commit
24294f36fa
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ import Icon from 'astro-iconify'
|
|||
<a href="/blog/building-a-cozy-web/">Hand-crafted</a> with <Icon name="line-md:heart" /> by <a href="https://ayo.ayco.io">Ayo Ayco</a>
|
||||
<br />
|
||||
<a href="/blog">Blog</a> •
|
||||
<a href="https://github.com/ayoayco/cozy">GitHub</a>
|
||||
<a href="https://github.com/ayoayco/cozy">GitHub</a> •
|
||||
<a href="https://social.ayco.io/@ayo">Follow</a>
|
||||
</section>
|
||||
|
||||
<section class="disclaimer">All rights reserved to content owners.</section>
|
||||
|
|
Loading…
Reference in a new issue