aboutsummaryrefslogtreecommitdiff
path: root/source/index.haml
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2009-10-21 11:39:53 -0500
committerB Mathis <brandon@imathis.com>2009-10-21 11:39:53 -0500
commit77bb406a9344eb669bf33b951e6156de62094b58 (patch)
treecd294ce3dcbc212e4741e5e7c87ad98688c7172b /source/index.haml
parentf17271f6e2a237ab2aa80088caf872933cea3ffb (diff)
downloadmy_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.haml7
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") &laquo; Blog Archives \ No newline at end of file