diff --git a/source/blog/_includes/sidebar.html b/source/blog/_includes/sidebar.html
index a03fbd7..575a209 100644
--- a/source/blog/_includes/sidebar.html
+++ b/source/blog/_includes/sidebar.html
@@ -35,7 +35,7 @@
-
Recent Articles
+
Recent Articles
{% for post in site.posts limit:8 %}
- {{ post.date | date: "%d %b" }}
diff --git a/source/blog/_layouts/post.html b/source/blog/_layouts/post.html
index 75e1be3..c614749 100644
--- a/source/blog/_layouts/post.html
+++ b/source/blog/_layouts/post.html
@@ -19,7 +19,10 @@
{{ page.date | date: "%d%b" }}
-
{{ content }}
diff --git a/source/blog/index.html b/source/blog/index.html
index 9a3297e..db58c29 100644
--- a/source/blog/index.html
+++ b/source/blog/index.html
@@ -9,7 +9,10 @@ title: jimeh / blog
{{ post.date | date: "%d%b" }}
-
{{ post.content }}
diff --git a/source/site/stylesheets/master.css b/source/site/stylesheets/master.css
index 101e203..e193a4f 100644
--- a/source/site/stylesheets/master.css
+++ b/source/site/stylesheets/master.css
@@ -689,7 +689,8 @@ blockquote {
.recent-articles {
font-size: 13px;
}
- .recent-articles h5 {
+ .recent-articles h2 {
+ font-size: 17px;
margin-bottom: 3px;
margin-left: 25px;
}