extreme-tech-seminar.github.io/index.html
2014-05-01 11:19:51 -04:00

15 lines
291 B
HTML

---
layout: default
---
{% 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 %}