up homepage

This commit is contained in:
Tykayn 2025-01-29 14:57:16 +01:00 committed by tykayn
parent 579e9116b7
commit 62e7522e95
9 changed files with 26 additions and 28 deletions

View file

@ -90,7 +90,8 @@ def enrich_one_file(html_content: str, partials: dict = {"header_page": "", "foo
<body>
<div id="page" class="page__{template_content["PAGE_SLUG"]}">
<header id="masthead" class="site-header">
<div class="header-image" style="background: url('{template_content['BANNIERE_ENTETE']}') no-repeat">
<div class="header-image" style="background: url('{template_content['BANNIERE_ENTETE']}') no-repeat;
background-size: cover;">
<a href="/">
<img src="{template_content['SITE_ICON']}" class="site-icon img">
</a>