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