Browse Source

Added basic index for news

master
Kenneth Skovhede 9 years ago
parent
commit
6857bf9c3c
  1. 2
      _data/navigation.yml
  2. 17
      news/index.md

2
_data/navigation.yml

@ -6,7 +6,7 @@
image:
- title: News
url: /articles
url: /news
excerpt: All the news
image:

17
news/index.md

@ -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…
Cancel
Save