summaryrefslogtreecommitdiff
path: root/source/layouts/article_layout.html.haml
blob: 450d470d0ffccb29445b97cf834bb6266d86113a (plain)
1
2
3
4
5
6
7
-# TODO de-duplicate with _article partial
= wrap_layout :layout do
  %article
    %aside.blog-date= current_article.date.strftime('%e %b %Y')
      .blog-inner
        %h3.blog-article-heading= current_article.title
          = yield