aboutsummaryrefslogtreecommitdiff
path: root/source/index.haml
blob: a244f7e0cea49f34aa1e91e0f31a631ef15f620d (plain)
1
2
3
4
5
6
7
8
9
10
11
---
layout: default
title: Blog
---
.blog
  - site.posts.sort_by(&:date).reverse[0..9].each_with_index do |post,index|
    .article
      %h2= link_to(post.title, post.url, {:class=>"title"})
      = post.content
  .footer
    %a(href="/archives.html" title="archives") « Blog Archives