Compare commits

..

No commits in common. "c742526b81d313a32e3722724178bf278fc572c5" and "f8cdb53e1e7cb8ecbf9417e9d833bae1f542dc11" have entirely different histories.

5 changed files with 3 additions and 18 deletions

View File

@ -10,10 +10,6 @@ Chaque parution propose un dossier thématique nourri de contributions plurielle
'cover' => array( 'cover' => array(
'url' => get_stylesheet_directory_uri() . '/resources/img/covers/carhop-articles-page-cover.svg', 'url' => get_stylesheet_directory_uri() . '/resources/img/covers/carhop-articles-page-cover.svg',
'alt' => 'Revues' 'alt' => 'Revues'
),
'cta' => array(
'title' => __('Consulter les prochaines publications', 'dynamiques'),
'url' => get_home_url() . '/prochaines-publications/',
) )
)); ?> )); ?>

View File

@ -10,15 +10,10 @@ Chaque parution propose un dossier thématique nourri de contributions plurielle
'cover' => array( 'cover' => array(
'url' => get_stylesheet_directory_uri() . '/resources/img/covers/carhop-revues-page-cover.svg', 'url' => get_stylesheet_directory_uri() . '/resources/img/covers/carhop-revues-page-cover.svg',
'alt' => 'Revues' 'alt' => 'Revues'
),
'cta' => array(
'title' => __('Voir les publications à venir', 'dynamiques'),
'url' => get_home_url() . '/prochaines-publications/',
) )
)); ?> )); ?>
<?php get_template_part('template-parts/revues/revues-grid'); ?> <?php get_template_part('template-parts/revues/revues-grid'); ?>
<!-- #### EXPLORE TAGS #### --> <!-- #### EXPLORE TAGS #### -->

View File

@ -53,5 +53,5 @@
<?php do_action('tailpress_content_start'); ?> <?php do_action('tailpress_content_start'); ?>
<?php get_template_part('template-parts/utils/scroll-top'); ?> <main id="content" class="site-content flex-grow">
<main id="content" class="site-content flex-grow"> <?php get_template_part('template-parts/utils/scroll-top'); ?>

View File

@ -4,7 +4,6 @@ $title = $args['title'];
$subtitle = $args['subtitle']; $subtitle = $args['subtitle'];
$description = $args['description']; $description = $args['description'];
$cover = $args['cover']; $cover = $args['cover'];
$cta = $args['cta'];
?> ?>
<section class="page-header content-section content-section--full-width"> <section class="page-header content-section content-section--full-width">
@ -17,9 +16,6 @@ $cta = $args['cta'];
<?php if ($description) : ?> <?php if ($description) : ?>
<p class="page-header__description"><?php echo $description; ?></p> <p class="page-header__description"><?php echo $description; ?></p>
<?php endif; ?> <?php endif; ?>
<?php if ($cta) : ?>
<a href="<?php echo $cta['url']; ?>" class="page-header__cta"><?php echo $cta['title']; ?></a>
<?php endif; ?>
</div> </div>
<div class="page-header__image"> <div class="page-header__image">

View File

@ -6,9 +6,7 @@
"wideSize": "1280px" "wideSize": "1280px"
}, },
"spacing": { "spacing": {
"blockGap": true, "blockGap": true
"margin": true,
"padding": true
}, },
"color": { "color": {
"defaultPalette": false, "defaultPalette": false,