Rename content-list template to archive
This commit is contained in:
parent
ebcb575187
commit
3b7eb9448f
|
@ -4,7 +4,7 @@
|
|||
<subtitle>Leilukin's personal website.</subtitle>
|
||||
<link href="https://leilukin.neocities.org/feed.xml" rel="self"/>
|
||||
<link href="https://leilukin.neocities.org"/>
|
||||
<updated>2024-04-28T15:03:27Z</updated>
|
||||
<updated>2024-04-29T02:11:10Z</updated>
|
||||
<id>https://leilukin.neocities.org</id>
|
||||
<author>
|
||||
<name>Leilukin</name>
|
||||
|
|
|
@ -7,4 +7,4 @@ eleventyNavigation:
|
|||
---
|
||||
|
||||
{% set contentList = collections.contents | reverse %}
|
||||
{% include "main/content-list.njk" %}
|
||||
{% include "main/archive.njk" %}
|
|
@ -14,6 +14,6 @@ eleventyComputed:
|
|||
<h2>{{ contentCount }} Contents Filed Under "{{ category }}"</h2>
|
||||
|
||||
{% set contentList = collections.contents | filterByCategory(category) | reverse %}
|
||||
{% include "main/content-list.njk" %}
|
||||
{% include "main/archive.njk" %}
|
||||
|
||||
<p>See <a href="/categories/">all content categories</a>.</p>
|
Loading…
Reference in New Issue