diff --git a/index.html b/index.html
index c192f94..baa3ba1 100644
--- a/index.html
+++ b/index.html
@@ -2,14 +2,11 @@
layout: default
title: striving towards mediocrity
---
-{% for post in site.posts limit: 1 %}
-{% assign content = post.content %}
-{% include post.html %}
-{% endfor %}
-
other recent posts:
-{% for post in site.posts limit: 5 offset: 1 %}
+{% include vcard.html %}
+
+recent posts:
+{% for post in site.posts limit: 5 %}
{% include article_list.html %}
{% endfor %}
-{% include vcard.html %}
diff --git a/stylesheets/screen.css b/stylesheets/screen.css
index 61c1a62..75078ac 100644
--- a/stylesheets/screen.css
+++ b/stylesheets/screen.css
@@ -121,6 +121,10 @@ nav ul.navigation li a {
}
/** Article styles **/
+article.hentry {
+ border-bottom: 1px #dedede solid;
+}
+
article pre {
background: #000;
color: #fff;
@@ -161,11 +165,9 @@ footer {
body>footer {
border-top: 1px #dedede solid;
padding: 1em 0;
- margin: 0;
}
#main .vcard {
- border-top: 1px #dedede solid;
padding: 10px 0;
margin: 1em 0 0 0;
clear: both;