From b828eecf14953f728cc4a803bb6c935adced5541 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Tue, 9 May 2023 01:42:39 +0100 Subject: [PATCH] update index.html template to match page and archive entries styling. The index.html is the default home page and had it's own styling. Based on the feedback provided by Nic, regarding the layout in the page entry HTML templates, I've added the HTML tags and CSS classes to the index.html template. This is me just getting ahead of a change she is going to ask for in the future. It is a minor change so changing it back won't be a problem. --- templates/index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index 1e12b2d..2349245 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,9 @@ {% extends "layouts/default.html" %} {% block title %}{{system-data.first.site-name}}{% endblock %} {% block content %} -
- {{content | safe }} -
+
+
+ {{content | safe }} +
+
{% endblock %}