feat: link to no-traffic blog post
This commit is contained in:
parent
0092c8d31a
commit
2f4b774822
2 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
<footer>
|
||||
<ul style="list-style:none">
|
||||
<li>2022 © <strong>Ayo Ayco</strong>. All Rights Reserved</li>
|
||||
<li>This website does not track users.</li>
|
||||
<li><a href="https://git.sr.ht/~ayoayco/ayco.io-astro/tree">See the source code</a></li>
|
||||
<li>This website <a href="https://ayos.blog/stopped-tracking-on-my-sites">does not track users</a></li>
|
||||
<li>See the <a href="https://ayco.io/sh/ayco.io-astro/tree">source code</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
|
|
|
@ -82,9 +82,8 @@ const { title, description } = Astro.props;
|
|||
}
|
||||
|
||||
a {
|
||||
font-weight: 900;
|
||||
font-weight: bold;
|
||||
color: var(--color-link);
|
||||
border-radius: 0.4rem;
|
||||
}
|
||||
|
||||
p,
|
||||
|
|
Loading…
Reference in a new issue