diff options
Diffstat (limited to 'app/views')
| -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 index 8972c2e..c607e63 100644 --- a/app/views/blogs/_blog.html.haml +++ b/app/views/blogs/_blog.html.haml | |||
| @@ -6,6 +6,9 @@ | |||
| 6 | .blog-title | 6 | .blog-title |
| 7 | %h2= link_to_unless_current blog.title, blog | 7 | %h2= link_to_unless_current blog.title, blog |
| 8 | .post-author Hatkirby | 8 | .post-author Hatkirby |
| 9 | %ul.post-tag-3 | ||
| 10 | - blog.tags.each do |tag| | ||
| 11 | %li= link_to tag, tag_url(tag.name) | ||
| 9 | %blockquote#blog-content.entry-content.bubble.rounded.bottom | 12 | %blockquote#blog-content.entry-content.bubble.rounded.bottom |
| 10 | - if short and blog.has_read_more | 13 | - if short and blog.has_read_more |
| 11 | = markdown(blog.short_body) | 14 | = markdown(blog.short_body) |
