design
This commit is contained in:
@ -37,7 +37,7 @@
|
||||
|
||||
{% if episodes %}
|
||||
<section class="container">
|
||||
<h3 class="title is-3">{% translate "Last Episodes" %}</h3>
|
||||
<h3 class="title">{% translate "Last Episodes" %}</h3>
|
||||
{% include "./widgets/carousel.html" with objects=episodes url_name="episode-list" url_parent=object url_label=_("All episodes") %}
|
||||
</section>
|
||||
{% endif %}
|
||||
@ -45,7 +45,7 @@
|
||||
|
||||
{% if articles %}
|
||||
<section class="container">
|
||||
<h3 class="title is-3">{% translate "Last Articles" %}</h3>
|
||||
<h3 class="title">{% translate "Last Articles" %}</h3>
|
||||
{% include "./widgets/carousel.html" with objects=articles url_name="article-list" url_parent=object url_label=_("All articles") %}
|
||||
</section>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user