From da25f6e9998882b44bc6bc0628c00dc8bc2e29ae Mon Sep 17 00:00:00 2001 From: onomanapeia Date: Sun, 7 Jul 2024 21:28:54 -0500 Subject: [PATCH] still html validation fixes :) --- static/css/style.css | 8 ++++++++ templates/base.html | 5 ++--- templates/head.html | 6 +----- templates/header.html | 2 +- templates/index.html | 2 +- 5 files changed, 13 insertions(+), 10 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 8e971b1..d7520c9 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -246,6 +246,14 @@ img { } /* top link menu */ + +.head { + text-align: center; + align-items: center; + justify-content: center; + align-content: center; +} + .navBar { padding: 0 0 0 0; display: flex; diff --git a/templates/base.html b/templates/base.html index bb946be..8ec1114 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,7 +4,6 @@ {% include "head.html" %} -
@@ -13,9 +12,9 @@
-
+
{% include "header.html" %} -
+
{% block content %} {% endblock content %} diff --git a/templates/head.html b/templates/head.html index f13dade..4c7762b 100644 --- a/templates/head.html +++ b/templates/head.html @@ -91,8 +91,4 @@ {% endblock css %} - \ No newline at end of file + \ No newline at end of file diff --git a/templates/header.html b/templates/header.html index 8faa955..8bd408f 100644 --- a/templates/header.html +++ b/templates/header.html @@ -4,7 +4,7 @@ {% elif section %} {% set current_lang = section.lang %} {% endif %} - +

peachmoon.moe

{% if config.extra.header_nav %}