diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html
index a04ae3c..9d61f57 100644
--- a/src/app/home/home.component.html
+++ b/src/app/home/home.component.html
@@ -1,20 +1,11 @@
-
-
- Analyse approfondie de Goodbye Eri
- Mangas & Animes
- Publié le 30 novembre 2024 à 17:16h
- Dans ce post j'analyse le one shot "Goodbye, Eri" écrit par Tatsuki Fujimoto. J'y aborde
- beaucoup d'aspects du manga comme la mémoire humaine, la spontanéité des uns qui vient en opposition avec
- l'hypocrisie des autres et plein d'autres thèmes ! Disclaimer : Tout comme mon post sur
- "Persona 3 Reload - Episode Aigis", je spoil l'intégralité de l'oeuvre.
-
-
-
+ @for (post of posts; track post.id) {
+
+ }
-
-{{ actualAuthor | json }}
diff --git a/src/app/home/home.component.ts b/src/app/home/home.component.ts
index 4d853a2..c27fd71 100644
--- a/src/app/home/home.component.ts
+++ b/src/app/home/home.component.ts
@@ -11,6 +11,7 @@ import {ToastModule} from 'primeng/toast';
import {CookieService} from 'ngx-cookie-service';
import {PostService} from '../services/post.service';
import {Post} from '../models/post';
+import {PostHomeComponent} from '../post-home/post-home.component';
@Component({
selector: 'app-home',
@@ -20,7 +21,8 @@ import {Post} from '../models/post';
Button,
HeaderComponent,
ToastModule,
- JsonPipe
+ JsonPipe,
+ PostHomeComponent
],
templateUrl: './home.component.html',
styleUrl: './home.component.css'
diff --git a/src/app/new-post/new-post.component.html b/src/app/new-post/new-post.component.html
index 8e8c432..7fd49d3 100644
--- a/src/app/new-post/new-post.component.html
+++ b/src/app/new-post/new-post.component.html
@@ -19,5 +19,3 @@