From 92b61b4473c05a454bb2263a180b73f0ba89d014 Mon Sep 17 00:00:00 2001 From: xAlpharax <42233094+xAlpharax@users.noreply.github.com> Date: Sun, 4 Feb 2024 12:02:30 +0200 Subject: Changes within the templates and bunch of other things Changes to be committed: new file: clipboard.min.js modified: content/posts/typography.md new file: katex.min.css modified: templates/404.html modified: templates/index.html modified: templates/macros.html modified: templates/page.html modified: templates/section.html modified: templates/tags/list.html modified: templates/tags/single.html --- templates/page.html | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'templates/page.html') diff --git a/templates/page.html b/templates/page.html index 9dfe800..86c0712 100644 --- a/templates/page.html +++ b/templates/page.html @@ -50,8 +50,7 @@ {% endblock header %} -{% block title %} -{% endblock title %} +{% block title %} {% endblock title %} {% block main %}
@@ -169,8 +168,4 @@
{% endblock main %} -{% block footer %} - -{{ macros::footer() }} - -{% endblock footer %} +{% block footer %} {{ macros::footer() }} {% endblock footer %} -- cgit v1.2.3