summaryrefslogtreecommitdiff
path: root/screencasts/index.md
blob: 7b62b717c8383878e210f63da4e40c7bd16aaf1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
layout: global
type: archive
title: Spark Screencast Archive
---
## Spark Screencast Archive
{% for post in site.categories.screencasts %}
  <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 %}