Fix image URLs

This commit is contained in:
Kumi 2023-07-08 20:08:31 +02:00
parent 689f92d7aa
commit a7330c8417
Signed by: kumi
GPG key ID: ECBCC9082395383F
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@
<div class="container">
<ul class="navbar-nav mr-auto">
<a class="navbar-brand" href="/" style="min-width: 130px;min-height: 50px;background-image: url('https://kumi.systems/wp-content/uploads/2020/12/cropped-schrift_logo.png');background-size: contain;background-repeat: no-repeat;"></a>
<a class="navbar-brand" href="/" style="min-width: 130px;min-height: 50px;background-image: url('{% static "img/logo.png" %}');background-size: contain;background-repeat: no-repeat;"></a>
<ul id="menu-header" class="nav navbar-nav mr-auto">
{% show_menu 0 100 100 100 "navbar-menu.html" %}
</ul>

View file

@ -2,7 +2,7 @@
{% load cms_tags %}
{% block header %}
<header class="masthead" style="background-color: #e4e4e4;background-image: url('https://kumi.systems/wp-content/themes/kumipress/assets/img/oben-header.jpg');background-position: center;">
<header class="masthead" style="background-color: #e4e4e4;background-image: url('{% static "img/header.jpg" %}');background-position: center;">
<div class="container container-header">
<div class="intro-text" style="padding-top: 250px;">
{% static_placeholder "header_claim" %}