Implemented better differenciation between platform and company

This commit is contained in:
2025-02-19 23:47:34 +01:00
parent 6ba6b2ea99
commit 6597fb2862
2 changed files with 8 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
<head>
<title>{{company.titel}}</title>
<meta charset="utf-8" >
<link rel="icon" type="image/x-icon" href="{{company.favicon.cache}}">
<link rel="icon" type="image/x-icon" href="{{platform.favicon.cache}}">
<!-- Bootstrap CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<!-- Bootstrap JavaScript Bundle with Popper -->
@@ -19,9 +19,9 @@
<body>
<div class="container">
<header class="header">
<img src="{{company.logo.cache}}" alt="logo"/>
<h1>{{company.titel}}</h1>
<h2>{{company.subtitel}}</h2>
<img src="{{platform.logo.cache}}" alt="logo"/>
<h1>{{platform.titel}}</h1>
<h2>{{platform.subtitel}}</h2>
<br />
</header>
{% set menu_type = "header" %}