From c88146cd41650b56a9f5dd88a2cb2dc97700af8f Mon Sep 17 00:00:00 2001 From: Pagwin Date: Tue, 22 Oct 2024 01:15:33 -0400 Subject: [PATCH] changes to templates to match what I'm going for --- templates/default.html | 7 +++++-- templates/home.html | 5 ++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/templates/default.html b/templates/default.html index 2500ab3..4b58d06 100644 --- a/templates/default.html +++ b/templates/default.html @@ -1,5 +1,6 @@ + @@ -7,17 +8,19 @@ +
-

{{{title}}}

+

{{{title}}}

{{{content}}}
+ diff --git a/templates/home.html b/templates/home.html index 608d74b..837163b 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,5 +1,4 @@ -

Welcome

-

Welcome to my blog!

-

My recent posts here for your reading pleasure:

+

Hi there, I'm Pagwin

+

I post here sometimes

Posts

{{> templates/post-list.html }}