feat(serie): add extra feature to serie page

Even if being a section, a serie can have some content in order to describe and introduce the serie.
Extra feature such as go to top can be useful to it.
This commit is contained in:
ZzMzaw 2024-07-26 17:46:41 +02:00
parent 1bee7d426d
commit cdaaea5bde
2 changed files with 14 additions and 8 deletions

View file

@ -58,7 +58,8 @@
{% endfor %}
</div>
</div>
</main>
{%- include "partials/extra_features.html" -%}
{% endblock main_content %}