Posts and quotes are now a link

This commit is contained in:
Ariadna 2025-04-20 04:15:51 -04:00
parent e9507880c1
commit c1642d699f
Signed by: ari
SSH key fingerprint: SHA256:j4xpQafvRcIH4rwZqM5aREIogWsCjyYohia7vH0+uZY

View file

@ -17,8 +17,17 @@
<div id="postContent">
<p>{post.text}</p>
{#if post.replyingUri}
<p>Replying to: {post.replyingUri.repo}</p>
{/if}
<a
href="https://deer.social/profile/{post.replyingUri.repo}/post/{post
.replyingUri.rkey}">Replying to {post.replyingUri.repo}</a
>
{/if}
{#if post.quotingUri}
<a
href="https://deer.social/profile/{post.quotingUri.repo}/post/{post
.quotingUri.rkey}">Quoting {post.quotingUri.repo}</a
>
{/if}
{#if post.imagesCid}
<div id="imagesContainer">
{#each post.imagesCid as imageLink}