Skip to content

Commit

Permalink
Hide tags for blog posts
Browse files Browse the repository at this point in the history
  • Loading branch information
Einlar committed May 19, 2024
1 parent c885217 commit 0dabe95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/PostDetails.astro
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const layoutProps = {
</article>

<ul class="my-8">
{tags.map(tag => <Tag tag={slugifyStr(tag)} />)}
<!-- Hide tags for now since they are used for notes. {tags.map(tag => <Tag tag={slugifyStr(tag)} />)} -->
</ul>

<div
Expand Down

0 comments on commit 0dabe95

Please sign in to comment.