about summary refs log tree commit diff stats
path: root/app/views/blogs/_blog.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/blogs/_blog.html.haml')
-rw-r--r--app/views/blogs/_blog.html.haml6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/views/blogs/_blog.html.haml b/app/views/blogs/_blog.html.haml index 389f961..26657e7 100644 --- a/app/views/blogs/_blog.html.haml +++ b/app/views/blogs/_blog.html.haml
@@ -4,7 +4,7 @@
4 %span.post-month= blog.published_at.strftime("%^b") 4 %span.post-month= blog.published_at.strftime("%^b")
5 %span.post-day= blog.published_at.day 5 %span.post-day= blog.published_at.day
6 .blog-title 6 .blog-title
7 %h2= blog.title 7 %h2= link_to_unless_current blog.title, blog
8 .post-author Hatkirby 8 .post-author Hatkirby
9 %blockquote#blog-content.entry-content.bubble.rounded.bottom 9 %blockquote#blog-content.entry-content.bubble.rounded.bottom
10 - if short and blog.has_read_more 10 - if short and blog.has_read_more
@@ -12,3 +12,7 @@
12 = link_to "Read more...", blog 12 = link_to "Read more...", blog
13 - else 13 - else
14 = markdown(blog.body) 14 = markdown(blog.body)
15 %cite.bubble
16 %strong Hatkirby
17 on
18 = blog.published_at.strftime("%m-%d-%Y")