mirror of
https://github.com/Theodor-Springmann-Stiftung/jacoblenz.git
synced 2026-02-04 20:05:30 +00:00
14 lines
256 B
Plaintext
14 lines
256 B
Plaintext
---
|
|
permalink: /index.json
|
|
---
|
|
|
|
[
|
|
{% for character in collections.characters %}
|
|
{
|
|
"title":"{{ character.data.title }}",
|
|
"url":"{{ character.url }}",
|
|
"content":"{% excerpt character %}"
|
|
}
|
|
{% if forloop.last == false %},{% endif %}
|
|
{% endfor %}
|
|
] |