about summary refs log tree commit diff stats
path: root/app/views
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-13 11:51:47 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-13 11:51:47 -0400
commit0333f3e258026696af265f777f862e612bab1bd7 (patch)
treef1ed811b0c327d9561d4fda299345b5526591a69 /app/views
parent843f3515e5619120ca2c65954a011845225a31f1 (diff)
downloadthoughts-0333f3e258026696af265f777f862e612bab1bd7.tar.gz
thoughts-0333f3e258026696af265f777f862e612bab1bd7.tar.bz2
thoughts-0333f3e258026696af265f777f862e612bab1bd7.zip
Tag links
Diffstat (limited to 'app/views')
-rw-r--r--app/views/blogs/_blog.html.haml3
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)