Posts and quotes are now a link
This commit is contained in:
parent
e9507880c1
commit
c1642d699f
1 changed files with 11 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue