summaryrefslogtreecommitdiff
path: root/source/layouts/article_layout.html.haml
blob: 3bd756edd795fa2650e49ad3e5ebc5a1376b8037 (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