From 31ee4f4379d5214709f685386a5f014ab93fc9cf Mon Sep 17 00:00:00 2001 From: Awiteb Date: Sat, 1 Jun 2024 12:41:30 +0300 Subject: [PATCH] chore: Update the templates Signed-off-by: Awiteb --- templates/base.html | 4 ++-- templates/section.html | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index 9206b87..0fe2e0d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,5 +1,5 @@ - + @@ -115,7 +115,7 @@ {% if config.extra.footer_nav %} {% endif %} diff --git a/templates/section.html b/templates/section.html index cd509fa..459971e 100644 --- a/templates/section.html +++ b/templates/section.html @@ -1,8 +1,6 @@ {% extends "base.html" %} {% block header %} -

..{{ section.path }}

-

{{ section.title }}

{% endblock header %}