forked from cybrespace/pinafore
tweak text
This commit is contained in:
parent
0340a0d16f
commit
edbe0547fd
|
@ -1,4 +1,4 @@
|
|||
<img alt="Profile picture for {{account.acct}}" src="{{account.avatar_static}}">
|
||||
<img alt="Profile picture for @{{account.acct}}" src="{{account.avatar_static}}">
|
||||
<style>
|
||||
img {
|
||||
width: 48px;
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
{{status.account.display_name}}
|
||||
</a>
|
||||
<span class="author-handle">
|
||||
{{status.account.acct}}
|
||||
@{{status.account.acct}}
|
||||
</span>
|
||||
<a class="author-relative-date" rel="noopener" target="_blank" href="{{status.url}}">
|
||||
{{relativeDate}}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
{{#if instanceUserAccount}}
|
||||
<h2>Logged in as:</h2>
|
||||
<div class="acct-current-user">
|
||||
<img alt="Profile picture for {{instanceUserAccount.acct}}"
|
||||
<img alt="Profile picture for @{{instanceUserAccount.acct}}"
|
||||
class="acct-avatar" src="{{instanceUserAccount.avatar}}" />
|
||||
<a class="acct-handle" rel="noopener" target="_blank"
|
||||
href="{{instanceUserAccount.url}}">@{{instanceUserAccount.acct}}</a>
|
||||
|
|
Loading…
Reference in New Issue