Utensil's index site for utensil.github.io utensil.github.io/
0

Configure Feed

Select the types of activity you want to include in your feed.

utensil.github.io / source / blogs / index.html.haml
290 B 14 lines
1--- 2title: Home 3blog: blogs 4pageable: true 5--- 6-# coding: utf-8 7%section.calendar 8 - page_articles.sort_by { |a| a.source_file }.reverse.each do |article| 9 .post 10 %h2 11 %a{:href => article.url} 12 =article.data['title'] 13 %div 14 != article_body(article)