Skip to content

Commit

Permalink
Cleanup index HTML.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsese committed Jan 11, 2012
1 parent 2417420 commit f3d29b8
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
---
layout: default
title: Hella Robots
title: Hello World Blog
---

<section id="main" class="group">
<div class="span16 first">
<h2>Posts</h2>
<ul class="posts">
{% for post in site.posts %}
<li>
<span class="post-date">{{ post.date | date_to_string }}</span> <a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
</div>
<h2>Posts</h2>
<ul class="posts">
{% for post in site.posts %}
<li>
<span class="post-date">{{ post.date | date_to_string }}</span> <a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
</section>

0 comments on commit f3d29b8

Please sign in to comment.