simplify homepage content
This commit is contained in:
parent
f2364b3105
commit
c83aeb8123
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ layout: "base.njk"
|
|||
---
|
||||
{{ content | safe }}
|
||||
{%- for name, collection in collections -%}
|
||||
{%- if name not in ["all", "timeline", "pages", "books"] -%}
|
||||
{%- if name in ["posts"] -%}
|
||||
<h2>{{name | capitalize }}</h2>
|
||||
<ul>
|
||||
{%- for item in collection | reverse -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue