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