Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 894 Bytes

archive.md

File metadata and controls

33 lines (29 loc) · 894 Bytes
bg layout permalink title crawlertitle summary active
photo-36.jpg
page
/posts/
Archive
Rúben André Barreiro's Portfolio/Blog - All Posts
All My Posts
Archive

{% 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 %}