---
layout: page
# The Category layout
---
{% include lang.html %}
{{ page.title }}
{{ page.posts | size }}
{% for post in page.posts %}
-
{{ post.title }}
{% if post.last_modified_at %}
{% include datetime.html date=post.last_modified_at class='text-muted small text-nowrap' lang=lang %}
{% endif %}
{% include datetime.html date=post.date class='text-muted small text-nowrap' lang=lang %}
{% endfor %}