layout | permalink | title | excerpt |
---|---|---|---|
post-index |
english.html |
English Posts |
A List of English Posts |
{% for post in site.tags.english %} {% unless post.next %}
{% else %} {% capture year %}{{ post.date | date: '%Y' }}{% endcapture %} {% capture nyear %}{{ post.next.date | date: '%Y' }}{% endcapture %} {% if year != nyear %} {% endif %} {% endunless %} {% if post.link %} {% elsif post.tags contains 'secret' %} {% else %} {% if post.tags contains 'tldr' %} {% elsif post.tags contains 'meta' %} {% elsif post.tags contains 'english' %} {% else %} {% endif f%} {% if post.summary %}{{ post.summary | strip_html | truncate: 160 }}
{% else %}{{ post.excerpt | strip_html | truncate: 160 }}
{% endif %} {% endif %} {% endfor %}