diff --git a/src/components/Comment.astro b/src/components/Comment.astro new file mode 100644 index 0000000..d627809 --- /dev/null +++ b/src/components/Comment.astro @@ -0,0 +1,15 @@ +--- + +--- + +
+

+ Arafat Candan +

+ +

+ Daha önce hiç bu açıdan bakmamıştım, harika bir yazı olmuş. +

+
diff --git a/src/components/CommentForm.astro b/src/components/CommentForm.astro new file mode 100644 index 0000000..3ddc01a --- /dev/null +++ b/src/components/CommentForm.astro @@ -0,0 +1,37 @@ +--- + +--- + + + +
+
+ + + + +
+
diff --git a/src/components/HorizontalLine.astro b/src/components/HorizontalLine.astro new file mode 100644 index 0000000..ad76758 --- /dev/null +++ b/src/components/HorizontalLine.astro @@ -0,0 +1,5 @@ +--- + +--- + +
diff --git a/src/pages/category/[category]/[slug]/index.astro b/src/pages/category/[category]/[slug]/index.astro index 890999e..9c5a79d 100644 --- a/src/pages/category/[category]/[slug]/index.astro +++ b/src/pages/category/[category]/[slug]/index.astro @@ -6,6 +6,9 @@ import Header from "@/components/Header.astro"; import Layout from "@/layouts/Layout.astro"; import Post from "@/components/Post.astro"; import EmojiReactionForm from "@/components/EmojiReactionForm.astro"; +import CommentForm from "@/components/CommentForm.astro"; +import HorizontalLine from "@/components/HorizontalLine.astro"; +import Comment from "@/components/Comment.astro"; const { entry } = Astro.props; @@ -18,19 +21,6 @@ export async function getStaticPaths() { } --- -
@@ -39,40 +29,10 @@ export async function getStaticPaths() {
Yorumlar
-
-

Arafat Candan

-
-

- Daha önce hiç bu açıdan bakmamıştım, harika bir yazı olmuş. -

-
-
-

Asude Fikrim

-
-

- Keşke biraz daha uğraşsaydınız, fikirler ibtidai seviyede kalmış. - Örnek olarak falanca siteye göz gezdirebilirsiniz. -

-
-
-
-
- - - -
-
+ + + +