10 lines
244 B
Plaintext
10 lines
244 B
Plaintext
---
|
|
title: Content Archive
|
|
eleventyComputed:
|
|
desc: All contents published on {{ sitemeta.siteName | safe }}.
|
|
eleventyNavigation:
|
|
order: 11
|
|
---
|
|
|
|
{% set contentList = collections.contents | reverse %}
|
|
{% include "main/content-list.njk" %} |