diff options
Diffstat (limited to 'source/layouts')
-rw-r--r-- | source/layouts/article_layout.html.haml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/layouts/article_layout.html.haml b/source/layouts/article_layout.html.haml index 450d470..3bd756e 100644 --- a/source/layouts/article_layout.html.haml +++ b/source/layouts/article_layout.html.haml @@ -2,6 +2,6 @@ = 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 + .blog-inner + %h3.blog-article-heading= current_article.title + = yield |