Skip to content

Commit

Permalink
add stuff. header
Browse files Browse the repository at this point in the history
  • Loading branch information
lilacstella committed Sep 20, 2024
1 parent f262701 commit e1cceb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const stuff = await Astro.glob('./stuff/*.md');
</div>
</div>
<div>
<h2>stuff.</h2>
<ul>
{stuff.map((post) => (
<li>
Expand Down

0 comments on commit e1cceb1

Please sign in to comment.