feat: more friendly meta tags
This commit is contained in:
parent
2c7b0edaf7
commit
7ff2d1fd6c
5 changed files with 32 additions and 2 deletions
|
@ -19,6 +19,7 @@ const slug = Astro.params.slug;
|
|||
<Layout
|
||||
title={entry.data.title}
|
||||
path={`~/grassblock/micr0blog/blog/${slug}`}
|
||||
description={entry.data.description}
|
||||
>
|
||||
<h1 class="post-title">{entry.data.title}</h1>
|
||||
<span class="post-date">{new Date(entry.data.pubDate).toISOString().split('T')[0]}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue