First commit

This commit is contained in:
Open-Steps.org 2014-11-30 23:17:02 +01:00
commit 0599db44e3
24 changed files with 1035 additions and 0 deletions

23
archive.html Normal file
View file

@ -0,0 +1,23 @@
---
layout: page
title: Archive
permalink: /archive/
---
<div class="home">
<h1 class="page-heading">Archive</h1>
<ul class="post-list">
{% for event in site.posts %}
{% for talk in event.talks %}
<li>
<h3>{{talk.artist}}</h3>
</li>
{% endfor %}
{% endfor %}
</ul>
<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>
</div>