improved layout styling, added about page, added archive page link to footer

This commit is contained in:
B Mathis 2009-10-21 11:39:53 -05:00
parent f17271f6e2
commit 77bb406a93
6 changed files with 103 additions and 42 deletions

View file

@ -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
.article
%h2= link_to(post.title, post.url, {:class=>"title"})
= post.content
.footer
%a(href="/archives.html" title="archives") « Blog Archives