mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-20 08:31:07 +00:00
Move H3 tag
This commit is contained in:
parent
53b47aa264
commit
415a12cf78
2 changed files with 5 additions and 5 deletions
|
@ -4,9 +4,9 @@
|
|||
{% load humanize %}
|
||||
|
||||
{% block card-header %}
|
||||
<h3 class="card-header-title has-background-white-ter is-block">
|
||||
{% include 'snippets/status/status_header.html' with status=status %}
|
||||
</h3>
|
||||
<div class="card-header-title has-background-white-ter is-block">
|
||||
{% include 'snippets/status/status_header.html' with status=status %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block card-content %}{% endblock %}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
</figure>
|
||||
|
||||
<div class="media-content">
|
||||
<p>
|
||||
<h3 class="has-text-weight-bold">
|
||||
<span
|
||||
itemprop="author"
|
||||
itemscope
|
||||
|
@ -75,7 +75,7 @@
|
|||
{{ status.mention_books.first.title }}
|
||||
</a>
|
||||
{% endif %}
|
||||
</p>
|
||||
</h3>
|
||||
<p class="is-size-7 is-flex is-align-items-center">
|
||||
<a href="{{ status.remote_id }}">{{ status.published_date|timesince }}</a>
|
||||
{% if status.progress %}
|
||||
|
|
Loading…
Reference in a new issue