b9f1e7a
148599c
1 2 3 4
5
6 7 8 9 10 11
<li> <a href="/{{ post.permalink }}"> {% if post.published_date %} <span class="tag"> {{ post.published_date | date: "%d %b %Y" }} </span> {% endif %} {{ post.title }} </a> </li>