update footer
This commit is contained in:
parent
5975d40911
commit
62e772c764
1 changed files with 2 additions and 2 deletions
|
@ -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>© 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>© 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>
|
||||||
|
|
Loading…
Reference in a new issue