feat: link to original blog
This commit is contained in:
parent
fd20540869
commit
7ddf19db64
2 changed files with 4 additions and 4 deletions
|
@ -9,10 +9,10 @@ import Icon from 'astro-iconify'
|
|||
|
||||
|
||||
<section class="attribution">
|
||||
<a href="http://ayos.blog/building-a-cozy-web/">Hand-crafted</a> with <Icon name="line-md:heart" /> by <a href="https://ayo.ayco.io">Ayo Ayco</a>
|
||||
<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="https://github.com/ayoayco/cozy">GitHub</a> •
|
||||
<a href="/blog">Blog</a>
|
||||
<a href="/blog">Blog</a> •
|
||||
<a href="https://github.com/ayoayco/cozy">GitHub</a>
|
||||
</section>
|
||||
|
||||
<section class="disclaimer">All rights reserved to content owners.</section>
|
||||
|
|
|
@ -5,7 +5,7 @@ pubDate: 'Aug 14 2024'
|
|||
heroImage: '/cozy.jpg'
|
||||
---
|
||||
|
||||
> This was originally posted in [Ayo's Blog](https://ayos.blog/building-a-cozy-web).
|
||||
> This was originally posted on [Ayo's Blog](https://ayos.blog/building-a-cozy-web).
|
||||
|
||||
Have you ever clicked a link to an article, all hyped up to read the content, only to be slapped in the face with popups over popups of requests to subscribe and asking consent to track you with cookies?
|
||||
|
||||
|
|
Loading…
Reference in a new issue