title | category |
---|---|
Texts |
texts |
{% for text in site.texts %}
{% if text.work %}
From {{text.work}},
{% endif %}
{{text.year}}
{% endfor %}
{% if text.redirect == null %} {{text.title}} {% else %} {{text.title}} {% endif %}
{% capture additional_js %} filter(reverseCron(TEXTS), '#texts-list', (item, el) => { return $(el).attr('title') === item.title }) {% endcapture %} {% include categories.html texts="true" additional_js=additional_js %}