From 77bb406a9344eb669bf33b951e6156de62094b58 Mon Sep 17 00:00:00 2001 From: B Mathis Date: Wed, 21 Oct 2009 11:39:53 -0500 Subject: improved layout styling, added about page, added archive page link to footer --- source/index.haml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'source/index.haml') diff --git a/source/index.haml b/source/index.haml index 12afdcfd..a244f7e0 100644 --- a/source/index.haml +++ b/source/index.haml @@ -4,5 +4,8 @@ title: Blog --- .blog - site.posts.sort_by(&:date).reverse[0..9].each_with_index do |post,index| - %h2= link_to(post.title, post.url, {:class=>"title"}) - .article= post.content \ No newline at end of file + .article + %h2= link_to(post.title, post.url, {:class=>"title"}) + = post.content + .footer + %a(href="/archives.html" title="archives") « Blog Archives \ No newline at end of file -- cgit v1.2.1