Posts and quotes are now a link

This commit is contained in:
ari 2025-04-20 04:15:51 -04:00
parent e9507880c1
commit c1642d699f
No known key found for this signature in database

View file

@ -17,7 +17,16 @@
<div id="postContent">
<p>{post.text}</p>
{#if post.replyingUri}
<p>Replying to: {post.replyingUri.repo}</p>
<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">