mirror of
https://github.com/zaaarf/friendenstein.git
synced 2024-11-12 18:49:22 +01:00
fix: include logo css in the right spot
This commit is contained in:
parent
a67109db24
commit
5ae321cc12
2 changed files with 1 additions and 1 deletions
|
@ -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) => {
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue