From 48d3f0303e213e00bc27a4707e90c4802fe4ab35 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Sat, 26 Oct 2024 21:30:38 -0400 Subject: [PATCH] removed post list from home page and got post list to an okay standard --- templates/home.html | 2 -- templates/posts.html | 8 +++++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/home.html b/templates/home.html index 837163b..730a7b9 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,4 +1,2 @@

Hi there, I'm Pagwin

I post here sometimes

-

Posts

-{{> templates/post-list.html }} diff --git a/templates/posts.html b/templates/posts.html index a1b75d3..6df9698 100644 --- a/templates/posts.html +++ b/templates/posts.html @@ -1,3 +1,5 @@ -{{#posts}} -{{title}} -{{/posts}} +