layout | title | permalink | navigation |
---|---|---|---|
page-no-title |
Talks |
/talks/ |
true |
{% assign collection = site.collections | where: "label", "talks" | first %}
{% assign documents = collection.docs | sort: 'date' | reverse %}
{% for post in documents %}
{% 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 %} {% endfor %}
{% endif %} {% unless post.unlink %}{% endunless %}{{ post.title }}{% unless post.unlink %}{% endunless %}
{% assign date = currentdate %} {% endfor %}