ini project
This commit is contained in:
parent
5541d9718e
commit
a89184df95
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ const { frontmatter } = Astro.props;
|
|||
<p><em>{frontmatter.description}</em></p>
|
||||
<p>{frontmatter.pubDate.toString().slice(0,10)}</p>
|
||||
|
||||
<p>Written by: {frontmatter.author}</p>
|
||||
<p> Written by: {frontmatter.author}</p>
|
||||
|
||||
<img src={frontmatter.image.url} width="300" alt={frontmatter.image.alt} />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue