summaryrefslogblamecommitdiff
path: root/news/index.md
blob: 4434ecde7e98f2f452d81d5b40a70d19274743a8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                                
---
layout: global
type: archive
title: Spark News Archive
---
## Spark News Archive
{% for post in site.categories.news %}
  <article class="hentry">
    <header class="entry-header">
      <h1 class="entry-title"><a href="{{ post.url }}">{{ post.title }}</a></h1>
      <div class="entry-meta">{{post.date | date: "%B %d, %Y"}}</div>
    </header>
    <div class="entry-content">{{post.excerpt}}</div>
  </article>
{% endfor %}