Skip to content

Latest commit

 

History

History
38 lines (36 loc) · 804 Bytes

File metadata and controls

38 lines (36 loc) · 804 Bytes
layout page
title All posts
permalink /all-posts/

Here are all the posts in reverse chronological order

{% for post in site.posts %} {% endfor %}
Article Publish Date Tags What is it about?
{{ post.title }} {{ post.date | date_to_string }} {% for tag in post.tags %} {{ tag }}, {% endfor %} {{ post.tldr }}