mirror of
https://github.com/welpo/tabi.git
synced 2025-12-14 19:58:44 +01: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>
|
</section>
|
||||||
|
|
||||||
<div id="posts-list">
|
<div id="posts-list">
|
||||||
|
<h2 class="bottom-divider">
|
||||||
|
{{ macros_translate::translate(key="all_posts", default="All posts", language_strings=language_strings) }}
|
||||||
|
</h2>
|
||||||
{%- if paginator %}
|
{%- if paginator %}
|
||||||
{%- set pages = paginator.pages -%}
|
{%- set pages = paginator.pages -%}
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue