From 0333f3e258026696af265f777f862e612bab1bd7 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 13 Oct 2023 11:51:47 -0400 Subject: Tag links --- app/views/blogs/_blog.html.haml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/views') 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 @@ .blog-title %h2= link_to_unless_current blog.title, blog .post-author Hatkirby + %ul.post-tag-3 + - blog.tags.each do |tag| + %li= link_to tag, tag_url(tag.name) %blockquote#blog-content.entry-content.bubble.rounded.bottom - if short and blog.has_read_more = markdown(blog.short_body) -- cgit 1.4.1