Skip to content

Latest commit

 

History

History
executable file
·
37 lines (34 loc) · 1.04 KB

news.md

File metadata and controls

executable file
·
37 lines (34 loc) · 1.04 KB
layout permalink title crawlertitle summary active
page
/posts/
News
Latest DResSUP News and Announcements
Latest DResSUP News and Announcements
news

{% for post in site.posts %}

{{ post.excerpt }} {% endfor %} {% for tag in site.tags %} {% assign t = tag | first %} {% assign posts = tag | last %}

{{ t | capitalize }}

    {% for post in posts %} {% if post.tags contains t %}
  • {% if post.lastmod %} {{ post.title }} {{ post.lastmod | date: "%d-%m-%Y" }} {% else %} {{ post.title }} {{ post.date | date: "%d-%m-%Y" }} {% endif %}
  • {% endif %} {% endfor %}

{% endfor %}