Move H3 tag

This commit is contained in:
Joachim 2021-04-21 22:30:52 +02:00
parent 53b47aa264
commit 415a12cf78
2 changed files with 5 additions and 5 deletions

View file

@ -4,9 +4,9 @@
{% load humanize %} {% load humanize %}
{% block card-header %} {% block card-header %}
<h3 class="card-header-title has-background-white-ter is-block"> <div class="card-header-title has-background-white-ter is-block">
{% include 'snippets/status/status_header.html' with status=status %} {% include 'snippets/status/status_header.html' with status=status %}
</h3> </div>
{% endblock %} {% endblock %}
{% block card-content %}{% endblock %} {% block card-content %}{% endblock %}

View file

@ -10,7 +10,7 @@
</figure> </figure>
<div class="media-content"> <div class="media-content">
<p> <h3 class="has-text-weight-bold">
<span <span
itemprop="author" itemprop="author"
itemscope itemscope
@ -75,7 +75,7 @@
{{ status.mention_books.first.title }} {{ status.mention_books.first.title }}
</a> </a>
{% endif %} {% endif %}
</p> </h3>
<p class="is-size-7 is-flex is-align-items-center"> <p class="is-size-7 is-flex is-align-items-center">
<a href="{{ status.remote_id }}">{{ status.published_date|timesince }}</a> <a href="{{ status.remote_id }}">{{ status.published_date|timesince }}</a>
{% if status.progress %} {% if status.progress %}