mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
🎨 style: fix whitespace issues
This commit is contained in:
parent
8aabeaecc3
commit
5458b1c533
16 changed files with 35 additions and 35 deletions
|
@ -14,7 +14,7 @@
|
|||
{%- set section_item = get_section(path=section_path ~ "_index.md") %}
|
||||
{%- else %}
|
||||
{%- set section_item = get_section(path=section_path ~ "_index." ~ lang ~ ".md") %}
|
||||
{%- endif %}
|
||||
{%- endif %}
|
||||
|
||||
{% for year, posts in
|
||||
section_item.pages | group_by(attribute="year") %} {% if posts | length > 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue