mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
feat(series): add label before series' posts list
This commit is contained in:
parent
fdc356c079
commit
e0971689b0
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@
|
|||
</section>
|
||||
|
||||
<div id="posts-list">
|
||||
<h2 class="bottom-divider">
|
||||
{{ macros_translate::translate(key="all_posts", default="All posts", language_strings=language_strings) }}
|
||||
</h2>
|
||||
{%- if paginator %}
|
||||
{%- set pages = paginator.pages -%}
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue