Skip to content

Commit

Permalink
fix /posts/
Browse files Browse the repository at this point in the history
  • Loading branch information
X7md committed May 26, 2024
1 parent 4a86764 commit 03de819
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/posts/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ const posts = await getCollection('posts', ({ data }) => {

<Layout title="مدونة x7md">
<main>

<section class="container">
<h2>التدوينات</h2>
</section>
</main>
</Layout>

0 comments on commit 03de819

Please sign in to comment.