First commit
This commit is contained in:
commit
0599db44e3
24 changed files with 1035 additions and 0 deletions
23
archive.html
Normal file
23
archive.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue