extreme-tech-seminar.github.io/index.html

16 lines
291 B
HTML
Raw Normal View History

2014-04-30 20:58:28 +00:00
---
layout: default
---
2014-05-01 15:17:33 +00:00
{% for post in site.posts %}
<article>
<h1><a href="{{post.url }}">{{ post.title }}</a></h1>
<div class="excerpt">
{{ post.excerpt }}
</div>
<footer>
<a href="{{ post.url }}">Read more &hellip;</a>
</footer>
</article>
{% endfor %}