--- layout: default title: Daily OS Explorations ---

{{ page.title }}

    {% assign sorted_posts = site.pages | where_exp: "item", "item.path contains 'src/day-'" | sort: 'path' %} {% for post in sorted_posts %}
  1. {{ post.title }}
  2. {% endfor %}