about summary refs log tree commit diff stats
path: root/app/views/blogs/_blog.html.haml
blob: 317ef1f4316731efad8d827afaa2ec10e7ce652a (plain) (blame)
1
2
3
4
5
6
7
8
9
%article#blog-post
  %header
    .post-calendar{ class: "post-date-#{(blog.published_at.year - 2007) % 4 + 1}" }
      %span.post-month= blog.published_at.strftime("%^b")
      %span.post-day= blog.published_at.day
    .blog-title
      %h2= blog.title
      .post-author Hatkirby
  %blockquote#blog-content.entry-content.bubble.rounded.bottom= blog.body.html_safe