diff options
Diffstat (limited to 'app/views/blogs/_blog.html.haml')
-rw-r--r-- | app/views/blogs/_blog.html.haml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/blogs/_blog.html.haml b/app/views/blogs/_blog.html.haml new file mode 100644 index 0000000..e83d21a --- /dev/null +++ b/app/views/blogs/_blog.html.haml | |||
@@ -0,0 +1,3 @@ | |||
1 | %article#blog-post | ||
2 | %h2#blog-title= blog.title | ||
3 | %section#blog-content= blog.body.html_safe | ||