--- layout: base ---
{% for post in paginator.posts %}

{{ post.title }}

[{{ post.type }}] {{ post.info }}
{{ post.date | date: "%B %d, %Y" }}
{{ post.tech }}

{% endfor %}