mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-06-13 06:03:13 +00:00
Im gonna explode
This commit is contained in:
parent
06199deff2
commit
526c6e26e1
3 changed files with 3 additions and 9 deletions
|
@ -10,9 +10,7 @@ const { frontmatter } = Astro.props;
|
|||
<p>By {frontmatter.author}</p>
|
||||
|
||||
<ul id="tags">
|
||||
{frontmatter.tags.map(item => (
|
||||
<li class="pill">#{item}</li>
|
||||
))}
|
||||
{frontmatter.tags.map((item: string) => ( <li class="pill">#{item}</li> ))}
|
||||
</ul>
|
||||
|
||||
<hr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue