Twitter feed
All checks were successful
Deploy website / deploy (push) Successful in 18s

This commit is contained in:
lumi 2025-08-11 15:00:05 +10:00
parent b3966fbb37
commit e16f05307a
Signed by: luaneko
GPG Key ID: 406809B8763FF07A

View File

@ -37,6 +37,7 @@ const links = {
<p>i love cats they miau miau</p>
<p><Image src={gato} class="rounded-lg max-w-60" /></p>
<p>best way to contact me is by twt or mail {`<3`}</p>
<a class="twitter-timeline" href={links.twt.href}>Tweets by luanekos</a>
</main>
<footer class="flex flex-row space-x-1 my-2 text-sm">
@ -54,4 +55,10 @@ const links = {
href.value = href.value.replace("(at)", "@");
}
</script>
<script
is:inline
async
src="https://platform.twitter.com/widgets.js"
charset="utf-8"></script>
</Layout>