forked from deepStateMirrors/tabi
✨ feat: allow dual date-format (short/long)
This commit is contained in:
parent
e93b33e6b8
commit
9887fb0a6f
9 changed files with 92 additions and 51 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
{% block main_content %}
|
||||
|
||||
<main>
|
||||
{% if section.extra.section_path -%}
|
||||
{% set extra_section = get_section(path=section.extra.section_path) %}
|
||||
{% endif -%}
|
||||
|
@ -10,7 +11,7 @@
|
|||
{{ macros_page_desc::page_desc(desc=section.extra.header, page=section) }}
|
||||
{% endif -%}
|
||||
|
||||
<main class="list">
|
||||
<div class="list">
|
||||
<div>
|
||||
{{ macros_page_header::page_header(title=section.title) }}
|
||||
</div>
|
||||
|
@ -23,6 +24,7 @@
|
|||
|
||||
{% set max = section.extra.max_posts | default(value=999999) %}
|
||||
{{ macros_list_posts::list_posts(posts=pages, max=max) }}
|
||||
</div>
|
||||
</main>
|
||||
|
||||
{% if paginator %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue