fix seo1
This commit is contained in:
@@ -22,6 +22,7 @@ get_header();
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<?php ob_start(); ?>
|
||||
<section class="home-about" aria-labelledby="home-about-title">
|
||||
<div class="home-about__inner">
|
||||
<div class="home-about__heading">
|
||||
@@ -39,6 +40,7 @@ get_header();
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<?php $home_about_section = ob_get_clean(); ?>
|
||||
<section class="home-categories">
|
||||
<div class="home-categories__inner">
|
||||
<div class="home-categories__head">
|
||||
@@ -210,6 +212,7 @@ get_header();
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<?php echo $home_about_section; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- trusted theme markup. ?>
|
||||
<section class="home-faq">
|
||||
<div class="home-faq__inner">
|
||||
<div class="home-faq__head">
|
||||
|
||||
Reference in New Issue
Block a user