fix header position
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2023-12-22 14:49:02 +01:00
parent 45ec7d444a
commit a5e5153208
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
3 changed files with 5 additions and 4 deletions

View file

@ -3,10 +3,9 @@
<head>
{% include "head.html" %}
</head>
{% include "header.html" %}
<body>
{% if config.is_logged() %}
{% include "header.html" %} {% if config.is_logged() %}
<aside>{% include "post.html" %}</aside>
{% endif %}

View file

@ -3,8 +3,9 @@
<head>
{% include "head.html" %}
</head>
{% include "header.html" %}
<body>
{% include "header.html" %}
<main>
<h3>login page</h3>

View file

@ -3,8 +3,9 @@
<head>
{% include "head.html" %}
</head>
{% include "header.html" %}
<body>
{% include "header.html" %}
<main>
{% if file %}
<h3>{{ name }}</h3>