From a497a5b2c284538e380f3f16672f1b2ac6f826f4 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Fri, 26 Dec 2025 12:54:11 +0100 Subject: feat: removed the secret --- layouts/_default/list.html | 2 +- layouts/partials/footer.html | 2 +- layouts/partials/header.html | 7 ++----- static/css/style.css | 7 +++---- static/images/logo.png | Bin 0 -> 95584 bytes 5 files changed, 7 insertions(+), 11 deletions(-) create mode 100644 static/images/logo.png diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 63ecf26..ae0a0e7 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,5 +1,5 @@ {{ partial "header.html" . }} -
+

Recent posts

diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index d5c6372..8bb859c 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,5 +1,5 @@