Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 766 Bytes

texts.md

File metadata and controls

33 lines (30 loc) · 766 Bytes
title category
Texts
texts

Texts

{% for text in site.texts %}

{% if text.redirect == null %} {{text.title}} {% else %} {{text.title}} {% endif %}

{% if text.work %} From {{text.work}}, {% endif %} {{text.year}}
{% endfor %}

{% 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 %}