From 85de7c04ab66e8029d69b350fbfecd22a8673fc2 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 11 Oct 2023 12:26:55 -0400 Subject: Blog title links --- app/views/blogs/_blog.html.haml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'app/views/blogs/_blog.html.haml') 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 @@ %span.post-month= blog.published_at.strftime("%^b") %span.post-day= blog.published_at.day .blog-title - %h2= blog.title + %h2= link_to_unless_current blog.title, blog .post-author Hatkirby %blockquote#blog-content.entry-content.bubble.rounded.bottom - if short and blog.has_read_more @@ -12,3 +12,7 @@ = link_to "Read more...", blog - else = markdown(blog.body) + %cite.bubble + %strong Hatkirby + on + = blog.published_at.strftime("%m-%d-%Y") -- cgit 1.4.1