diff --git a/.gitignore b/.gitignore index cc53582..4162050 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,4 @@ Makefile init_script.sh /css /js -./css \ No newline at end of file +.env \ No newline at end of file diff --git a/includes/utilities.php b/includes/utilities.php index 1fc138b..092f667 100644 --- a/includes/utilities.php +++ b/includes/utilities.php @@ -65,6 +65,10 @@ function getMainThematique($thematique) } + + + + // Get automatic post used in BLOCK QUESTIONS FREQUENTES function get_automatic_post($post_type) { diff --git a/resources/css/pages/single-conseils.css b/resources/css/pages/single-conseils.css index be86a8f..26fac1b 100644 --- a/resources/css/pages/single-conseils.css +++ b/resources/css/pages/single-conseils.css @@ -7,6 +7,7 @@ .chapter_index { @apply bg-gray + w-full lg:max-w-lg p-12 h-fit diff --git a/single-conseils.php b/single-conseils.php index c947d16..c35b16a 100644 --- a/single-conseils.php +++ b/single-conseils.php @@ -30,7 +30,6 @@ function build_chapter_index($blocks) } ?> -
- - diff --git a/template-components/header/menu-renovateur.php b/template-components/header/menu-renovateur.php index 275b6d1..8a76d0c 100644 --- a/template-components/header/menu-renovateur.php +++ b/template-components/header/menu-renovateur.php @@ -8,6 +8,8 @@ $logoSRC = wp_get_attachment_image_src($logoID, 'full'); ?> + +