diff --git a/public/main.css b/public/main.css index 67428c7..57a9811 100644 --- a/public/main.css +++ b/public/main.css @@ -22,7 +22,6 @@ "Courier New", monospace; --color-blue-500: oklch(62.3% 0.214 259.815); --color-blue-600: oklch(54.6% 0.245 262.881); - --color-gray-300: oklch(87.2% 0.01 258.338); --color-gray-500: oklch(55.1% 0.027 264.364); --color-gray-600: oklch(44.6% 0.03 256.802); --color-black: #000; @@ -825,9 +824,6 @@ .bg-blue-600 { background-color: var(--color-blue-600); } - .bg-gray-300 { - background-color: var(--color-gray-300); - } .p-1 { padding: var(--spacing); } diff --git a/view/component_blog_post.templ b/view/component_blog_post.templ index b19c8af..4debd8d 100644 --- a/view/component_blog_post.templ +++ b/view/component_blog_post.templ @@ -15,7 +15,7 @@ templ BlogPostCard(post *BlogPostPreview) {
-
+ Author avatar
{ post.Author }
{ post.Date.Format("January 2, 2006") }
diff --git a/view/component_blog_post_templ.go b/view/component_blog_post_templ.go index 1a5ba1b..0d1165e 100644 --- a/view/component_blog_post_templ.go +++ b/view/component_blog_post_templ.go @@ -53,7 +53,7 @@ func BlogPostCard(post *BlogPostPreview) templ.Component { if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 2, "\">
") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 2, "\">
\"Author
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err }