fix: include logo css in the right spot

This commit is contained in:
zaaarf 2023-12-22 02:08:35 +01:00
parent a67109db24
commit 5ae321cc12
No known key found for this signature in database
GPG key ID: 102E445F4C3F829B
2 changed files with 1 additions and 1 deletions

View file

@ -91,6 +91,7 @@
{% endif %}
{% block css %}
<link rel="stylesheet" href="{{ get_url(path='css/style.css', trailing_slash=false) | safe }}"/>
<link rel="stylesheet" href="logo.css"/>
{% endblock css %}
<script>
const setTheme = (theme) => {

View file

@ -1,4 +1,3 @@
<link rel="stylesheet" href="logo.css">
<a href="{% if config.extra.logo.url %}{{ config.extra.logo.url }}{% else %}{{ config.base_url }}{% endif %}" style="text-decoration: none; float: left;">
<div class="logo">
{% if config.extra.logo.path %}