diff options
author | B Mathis <brandon@imathis.com> | 2009-10-21 11:39:53 -0500 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-10-21 11:39:53 -0500 |
commit | 77bb406a9344eb669bf33b951e6156de62094b58 (patch) | |
tree | cd294ce3dcbc212e4741e5e7c87ad98688c7172b /source/index.haml | |
parent | f17271f6e2a237ab2aa80088caf872933cea3ffb (diff) | |
download | my_new_personal_website-77bb406a9344eb669bf33b951e6156de62094b58.tar.xz my_new_personal_website-77bb406a9344eb669bf33b951e6156de62094b58.zip |
improved layout styling, added about page, added archive page link to footer
Diffstat (limited to 'source/index.haml')
-rw-r--r-- | source/index.haml | 7 |
1 files changed, 5 insertions, 2 deletions
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 |