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 %}