You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
326 B
17 lines
326 B
9 years ago
|
---
|
||
|
layout: archive
|
||
|
title: "Articles"
|
||
|
date: 2014-05-30T11:39:03-04:00
|
||
|
modified:
|
||
|
excerpt: "A collection of thoughts, inspiration, mistakes, and other minutia."
|
||
|
tags: []
|
||
|
image:
|
||
|
feature:
|
||
|
teaser:
|
||
|
---
|
||
|
|
||
|
<div class="tiles">
|
||
|
{% for post in site.categories.news %}
|
||
|
{% include post-grid.html %}
|
||
|
{% endfor %}
|
||
|
</div><!-- /.tiles -->
|