<h2> {{ site.t[include.kind].listing[page.lang] }} <a href="{{ site.t[include.kind].feed.url[page.lang] }}"> <img class="simple-icon" src="/static/atom.svg" alt="{{ site.t.alt.atom[page.lang] }}" /> </a> </h2> <ul class="no-style"> {% assign entries = site[include.kind] | where:"lang", page.lang | sort: "date" | reverse %} {% for entry in entries %} <li> {% include i18n-date.html date=entry.date %} <br /> <a href="{{ entry.url | relative_url }}">{{ entry.title | escape }}</a> </li> {% endfor %} </ul> <h2> <a href="{% link {{ site.t[include.kind].category.url[page.lang] }} %}"> {{ site.t[include.kind].category.name[page.lang] }} </a> </h2>