Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
leonewton253 authored Sep 6, 2024
1 parent 501543d commit 4081a83
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,19 @@ const socialCount = SOCIALS.filter(social => social.active).length;
<main id="main-content">

<Hr />
<p>test<[]>





{
featuredPosts.length > 0 && (
<>
<section id="featured">
<h2>Featured</h2>
<ul>
<>test<p>
</ul>
</section>
</>
)
}
</main>

<Footer />
Expand Down

0 comments on commit 4081a83

Please sign in to comment.