push changes, and removed comments

This commit is contained in:
2024-04-15 17:03:43 -07:00
parent a63e80f9e4
commit de7a7fcc50
28 changed files with 155 additions and 155 deletions

View File

@ -17,7 +17,7 @@ $author_url = get_the_author_meta( 'user_url' );
<?php if ( $author_avatar ) { ?>
<div itemprop="image" class="mt-author__avatar">
<?php echo wp_kses_post( $author_avatar ); ?>
</div><!-- .mt-author-avatar -->
</div>
<?php } ?>
<div class="mt-author-info">
@ -28,7 +28,7 @@ $author_url = get_the_author_meta( 'user_url' );
<?php if ( $author_bio ) { ?>
<div class="mt-author-bio">
<?php echo wp_kses_post( $author_bio ); ?>
</div><!-- .mt-author-bio -->
</div>
<?php } ?>
<div class="mt-author-meta">
@ -36,8 +36,8 @@ $author_url = get_the_author_meta( 'user_url' );
<div class="mt-author-website">
<span><?php esc_html_e( 'Website', 'sophia-after-dark' ); ?>&#58;</span>
<a href="<?php echo esc_url( $author_url ); ?>" target="_blank"><?php echo esc_url( $author_url ); ?></a>
</div><!-- .mt-author-website -->
</div>
<?php } ?>
</div><!-- .mt-author-meta -->
</div><!-- .mt-author-info -->
</div><!-- .mt-author-bio -->
</div>
</div>
</div>