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
pcf-wp

View File

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

View File

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