refactor(blog): update blog post layouts and remove index pages
- Replace BlogLayout with new BlogPostLayout for better post styling - Remove unused blog post index pages - Add new blog post layout with enhanced typography and metadata
This commit is contained in:
@@ -6,7 +6,7 @@ date: "April 15, 2025"
|
||||
readTime: "6 min read"
|
||||
tags: ["CSS", "Tailwind", "UI/UX"]
|
||||
slug: "modern-ui-tailwind"
|
||||
layout: "../../../layouts/BlogLayout.astro"
|
||||
layout: "../../../layouts/BlogPostLayout.astro"
|
||||
---
|
||||
|
||||
# Building Modern UIs with Tailwind CSS
|
||||
|
||||
Reference in New Issue
Block a user