fix: updated h1 tag for blog post template
ea52244d
1 file(s) · +1 −2
| 12 | 12 | const postDate = getFormattedDate(content.data.publishDate); |
|
| 13 | 13 | --- |
|
| 14 | 14 | ||
| 15 | - | <h1 class="title mb-3 sm:mb-1">{content.data.title} |
|
| 15 | + | <h1 class="title mb-3 sm:mb-1">{content.data.title}</h1> |
|
| 16 | 16 | <time datetime={datetime}>{postDate}</time> |
|
| 17 | 17 | { |
|
| 18 | 18 | !!content.data.tags?.length && ( |
|
| 49 | 49 | </div> |
|
| 50 | 50 | ) |
|
| 51 | 51 | } |
|
| 52 | - | </h1> |
|
| 53 | 52 | <p class="mt-8">{content.data.description}</p> |
|