This commit is contained in:
parent
b3966fbb37
commit
e16f05307a
@ -37,6 +37,7 @@ const links = {
|
|||||||
<p>i love cats they miau miau</p>
|
<p>i love cats they miau miau</p>
|
||||||
<p><Image src={gato} class="rounded-lg max-w-60" /></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>
|
<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>
|
</main>
|
||||||
|
|
||||||
<footer class="flex flex-row space-x-1 my-2 text-sm">
|
<footer class="flex flex-row space-x-1 my-2 text-sm">
|
||||||
@ -54,4 +55,10 @@ const links = {
|
|||||||
href.value = href.value.replace("(at)", "@");
|
href.value = href.value.replace("(at)", "@");
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<script
|
||||||
|
is:inline
|
||||||
|
async
|
||||||
|
src="https://platform.twitter.com/widgets.js"
|
||||||
|
charset="utf-8"></script>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user