fixing lineskips
This commit is contained in:
parent
0fa358464d
commit
c90e766780
|
|
@ -9,7 +9,8 @@ $thematiquesTerms = get_terms(array(
|
||||||
$page_icon = get_field('page_icon', get_queried_object());
|
$page_icon = get_field('page_icon', get_queried_object());
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<nav class="breadcrumbs_navigation" aria-label="breadcrumbs">
|
<div class="homegrade-page-container homegrade-page-container--archive-faq">
|
||||||
|
<nav class="breadcrumbs_navigation" aria-label="breadcrumbs">
|
||||||
<ol>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
<a href="<?php echo home_url() ?>" title="<?php echo __("Accueil", "homegrade-theme__texte-fonctionnel") ?>">
|
<a href="<?php echo home_url() ?>" title="<?php echo __("Accueil", "homegrade-theme__texte-fonctionnel") ?>">
|
||||||
|
|
@ -18,9 +19,9 @@ $page_icon = get_field('page_icon', get_queried_object());
|
||||||
</li>
|
</li>
|
||||||
<li><a href="<?php echo get_post_type_archive_link('questions') ?>" aria-current='location'>FAQ</a></li>
|
<li><a href="<?php echo get_post_type_archive_link('questions') ?>" aria-current='location'>FAQ</a></li>
|
||||||
</ol>
|
</ol>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section class="archive-page-header archive-page-header--faq">
|
<section class="archive-page-header archive-page-header--faq">
|
||||||
<?php if ($page_icon) : ?>
|
<?php if ($page_icon) : ?>
|
||||||
<img class="archive-page-header__icon" src="<?php echo $page_icon['url'] ?>" alt="" />
|
<img class="archive-page-header__icon" src="<?php echo $page_icon['url'] ?>" alt="" />
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
@ -57,10 +58,10 @@ $page_icon = get_field('page_icon', get_queried_object());
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="homegrade-help card-large-content-container">
|
<section class="homegrade-help card-large-content-container">
|
||||||
<div class="card-large-content card-large-content--has-illustration">
|
<div class="card-large-content card-large-content--has-illustration">
|
||||||
<img class="card-large-content__top-illustration" src='<?php echo get_template_directory_uri() ?>/resources/img/illustrations/illustration-homegrade-help.svg' alt=''>
|
<img class="card-large-content__top-illustration" src='<?php echo get_template_directory_uri() ?>/resources/img/illustrations/illustration-homegrade-help.svg' alt=''>
|
||||||
|
|
||||||
|
|
@ -103,8 +104,9 @@ $page_icon = get_field('page_icon', get_queried_object());
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user