remove byl-justext class
This commit is contained in:
parent
990711ec9e
commit
8fa673f907
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue