app/views/exposition/posts/show.html.haml in exposition-0.0.5.4.pre.alpha vs app/views/exposition/posts/show.html.haml in exposition-0.0.5.5.pre.alpha
- old
+ new
@@ -1,8 +1,8 @@
- title(@post.title)
- page_description(@post.summary)
-%article.post
+%article.post.main-content
%section.content
%h2= @post.title
= preserve do
= markdown_to_html(@post.body)