From b1c4ed512419798d876e05fe77ef94401db32935 Mon Sep 17 00:00:00 2001 From: foswret Date: Sun, 22 Mar 2026 18:27:12 -0500 Subject: add tiling background to --- templates/index.html | 4 +--- templates/post-page.html | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index 795d85a..575141f 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,5 @@ {% extends "base.html" %} {% block content %} -

- This is a blog made with Zola. -

+{{ section.content | safe }} {% endblock content %} diff --git a/templates/post-page.html b/templates/post-page.html index 5bb6f40..bfb891c 100644 --- a/templates/post-page.html +++ b/templates/post-page.html @@ -6,5 +6,6 @@ {{ page.title }}

{{ page.date }}

+

<-- Back

{{ page.content | safe }} {% endblock content %} -- cgit v1.2.3