remove byl-justext class

This commit is contained in:
ed barz 2023-03-23 18:24:44 +01:00
parent 990711ec9e
commit 8fa673f907
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
</header> </header>
<section class="byl-justext"> <section>
<?php the_post(); ?> <?php the_post(); ?>
<?php the_content(); ?> <?php the_content(); ?>
</section> </section>

View File

@ -9,7 +9,7 @@
<a href="<?php the_permalink(); ?>"> <a href="<?php the_permalink(); ?>">
<h3><?php the_title(); ?></h3></a> <h3><?php the_title(); ?></h3></a>
<section class="byl-justext"> <section>
<?php the_excerpt(); ?> <?php the_excerpt(); ?>
</section> </section>