Better handling of private accounts
This commit is contained in:
parent
e8ec0ab293
commit
5dea2468f8
4 changed files with 6 additions and 6 deletions
|
|
@ -12,6 +12,10 @@
|
|||
</figure>
|
||||
<p class="title">{$info->detail->uniqueId}</p>
|
||||
<p class="subtitle">{include '../components/rss.latte'}</p>
|
||||
{if $info->detail->privateAccount}
|
||||
<p><strong>Private account</strong></p>
|
||||
{/if}
|
||||
<p></p>
|
||||
<p>{$info->detail->signature}</p>
|
||||
<p>Following: {number($info->stats->followingCount)} / Followers: {number($info->stats->followerCount)}</p>
|
||||
<p>Hearts: {number($info->stats->heartCount)} / Videos: {$info->stats->videoCount}</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue