2 changed files with 18 additions and 1 deletions
@ -0,0 +1,17 @@ |
|||||
|
--- |
||||
|
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 --> |
Loading…
Reference in new issue