forked from mirrors/bookwyrm
Update status_header.html
This commit is contained in:
parent
15c7a1dc82
commit
de19c7d7a6
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
{% load humanize %}
|
||||
|
||||
<div class="media">
|
||||
<figure class="media-left">
|
||||
<figure class="media-left" aria-hidden="true">
|
||||
<a class="image is-48x48" href="{{ status.user.local_path }}">
|
||||
{% include 'snippets/avatar.html' with user=status.user ariaHide="true" medium="true" %}
|
||||
</a>
|
||||
|
@ -16,6 +16,10 @@
|
|||
itemscope
|
||||
itemtype="https://schema.org/Person"
|
||||
>
|
||||
{% if status.user.avatar %}
|
||||
<meta itemprop="image" content="/images/{{ status.user.avatar }}">
|
||||
{% endif %}
|
||||
|
||||
<a
|
||||
href="{{ status.user.local_path }}"
|
||||
itemprop="url"
|
||||
|
|
Loading…
Reference in a new issue