layout | title | permalink | redirect_from | navigation |
---|---|---|---|---|
page-no-title |
Texts |
/texts/ |
/archive |
true |
{% assign documents = site.documents | sort: 'date' | reverse %}
{% for post in documents %}
{% if post.archive != false %}
{% assign currentdate = post.date | date: "%Y" %}
{% assign yeardate = site.time | date: "%Y" %}
{% if currentdate != date %}
{% endif %} {% unless post.unlink %}{% endunless %} {{ post.title }} {% unless post.unlink %}{% endunless %}
{% assign date = currentdate %} {% endif %} {% endfor %}
{% endif %} {% unless post.unlink %}{% endunless %} {{ post.title }} {% unless post.unlink %}{% endunless %}
{% assign date = currentdate %} {% endif %} {% endfor %}