improved layout styling, added about page, added archive page link to footer
This commit is contained in:
parent
f17271f6e2
commit
77bb406a93
6 changed files with 103 additions and 42 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue