From e284d708d377b76f7484f9ddd5fd055c2c75f18a Mon Sep 17 00:00:00 2001 From: foswret Date: Thu, 2 Apr 2026 18:19:14 -0500 Subject: simplify css, add image gradient, fix rss path --- templates/404.html | 3 +++ templates/base.html | 10 +++++++++- templates/partials/footer.html | 4 +++- templates/partials/header.html | 5 +++++ templates/partials/nav.html | 5 +++++ templates/posts.html | 3 ++- 6 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 templates/404.html (limited to 'templates') diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..381dc15 --- /dev/null +++ b/templates/404.html @@ -0,0 +1,3 @@ +{% extends "base.html" %} + +
404: Page not found.
diff --git a/templates/base.html b/templates/base.html index 7e9a668..aa7d7bf 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,7 +5,15 @@ -