Skip to content

Commit

Permalink
feat(blog): remove lists section
Browse files Browse the repository at this point in the history
  • Loading branch information
noghartt committed Oct 26, 2024
1 parent 420517f commit 45eab67
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,6 @@ const year = new Date().getFullYear() - 2002;
and <Link href={`${GITHUB_REPO_URL}/blob/main/LICENSE-posts`} isExternal>CC BY-SA 4.0</Link> licenses.
</p>
</section>
<section class="lists">
<h2>Lists</h2>
<ul>
{lists.map(list => (
<li>
<Link href={`/lists/${list.slug}`}>
<p class="post-title">
{list.data.title}
</p>
</Link>
</li>
))}
</ul>
</section>
<section class="posts">
<h2>Archive</h2>
<ul>
Expand Down

0 comments on commit 45eab67

Please sign in to comment.