module utils, add article wololo

This commit is contained in:
Tykayn 2025-02-28 16:37:59 +01:00 committed by tykayn
parent 3b9061514f
commit 3bf5856bab
12 changed files with 307 additions and 85 deletions

View file

@ -30,7 +30,7 @@
<body>
<div id="page" class="page_article page__{{template_content['PAGE_SLUG']}} ">
<header id=" masthead" class="site-header">
<div class="header-image" style="background-image: url('{{template_content[" BANNIERE_ENTETE"]}}');
<div class="header-image" style="background-image: url('{{template_content["BANNIERE_ENTETE"]}}');
background-repeat: no-repeat; background-size: cover;">
<a href="/">
<img src="{{template_content['SITE_ICON']}}" class="site-icon img">

View file

@ -30,7 +30,7 @@
<body>
<div id="page" class="page__{{template_content[" PAGE_SLUG"]}}">
<header id="masthead" class="site-header">
<div class="header-image" style="background-image: url('{{template_content[" BANNIERE_ENTETE"]}}');
<div class="header-image" style="background-image: url('{{template_content["BANNIERE_ENTETE"]}}');
background-repeat: no-repeat; background-size: cover;">
<div class="template-header">
<a href="/">

View file

@ -30,7 +30,7 @@
<body>
<div id="page" class="page_article page__{{template_content['PAGE_SLUG']}} ">
<header id=" masthead" class="site-header">
<div class="header-image" style="background-image: url('{{template_content[" BANNIERE_ENTETE"]}}');
<div class="header-image" style="background-image: url('{{template_content["BANNIERE_ENTETE"]}}');
background-repeat: no-repeat; background-size: cover;">
<a href="/">
<img src="{{template_content['SITE_ICON']}}" class="site-icon img">