update footer

This commit is contained in:
Ayo Ayco 2024-08-02 11:59:12 +02:00
parent 5975d40911
commit 62e772c764

View file

@ -49,17 +49,17 @@ const rightLinks = [
<footer> <footer>
<div class="left-section"> <div class="left-section">
<p><strong>Elsewhere:</strong></p> <p><strong>Elsewhere</strong></p>
{ {
rightLinks.map((linkObj) => <p><a href={linkObj.url}>{linkObj.text}</a></p>) rightLinks.map((linkObj) => <p><a href={linkObj.url}>{linkObj.text}</a></p>)
} }
</div> </div>
<div class="right-section"> <div class="right-section">
<p>&#169; 2022-{year} <a href="/">Ayo Ayco</a></p>
<p> <p>
This website <a href="https://ayos.blog/stopped-tracking-on-my-sites" This website <a href="https://ayos.blog/stopped-tracking-on-my-sites"
>does not track users</a> >does not track users</a>
</p> </p>
<p>&#169; 2022-{year} <a href="/">Ayo Ayco</a></p>
<p> <p>
See the <a href="https://sr.ht/~ayoayco/personal-site">source code</a> See the <a href="https://sr.ht/~ayoayco/personal-site">source code</a>
</p> </p>