Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 343 Bytes

File metadata and controls

17 lines (15 loc) · 343 Bytes
layout default
title Writing
permalink /writing/

Writing

    {% assign sorted_posts = site.posts | sort: 'date' | reverse %} {% for post in sorted_posts %}
  • {{ post.date | date: "%Y-%m-%d" }}
    {{ post.title }}
  • {% endfor %}