Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mudkipdev committed Jun 19, 2024
1 parent 3bf4c2b commit 41b9afc
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/pages/blog/[...slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,4 @@ const { Content } = await post.render();
<Page title={data.title}>
<Date date={data.date} />
<Content />
</Page>

<style>
time {
color: red !important;

}
</style>
</Page>

0 comments on commit 41b9afc

Please sign in to comment.