forked from blisstown/campfire
added post visibility indicator
This commit is contained in:
parent
46f1f93329
commit
919b1f6ebb
4 changed files with 12 additions and 6 deletions
|
@ -19,6 +19,9 @@
|
|||
<div class="post-info">
|
||||
<a href={post.url} class="created-at">
|
||||
<time title={time_string}>{short_time(post.created_at)}</time>
|
||||
{#if post.visibility !== "public"}
|
||||
<span class="post-visibility">({post.visibility})</span>
|
||||
{/if}
|
||||
</a>
|
||||
</div>
|
||||
</header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue