Skip to content

Commit

Permalink
fixing alignments
Browse files Browse the repository at this point in the history
  • Loading branch information
spmallette committed Apr 10, 2012
1 parent 4ae7a3b commit 605fb2b
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ <h1 style="float:left">Recent Posts</h1>
<a href="http://feeds.feedburner.com/stephenatgenoprime" >
<img src="/images/rss.png" alt="Subscribe to RSS Feed" style="height:24px;width:24px"/>
</a>
{% for post in site.posts limit:5 %}
<div>
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
{{ post.content | truncate: 250 }}
<div clear:both;>
{% for post in site.posts limit:5 %}
<div>
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
{{ post.content | truncate: 250 }}
</div>
<div>
<a id="more" href="{{ post.url }}">Read More &raquo;</a>
</div>
{% endfor %}
</div>
<div>
<a id="more" href="{{ post.url }}">Read More &raquo;</a>
</div>
{% endfor %}
</div>
<div>
<a href="/all-posts.html">All Posts</a>
Expand Down

0 comments on commit 605fb2b

Please sign in to comment.