fixed date toggle on right

master
Chris Punches 2021-01-12 18:48:09 -05:00
parent f2bda84687
commit 64fba244ac
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ get_header();
<?php
$get_theme_date_opt = get_theme_mod( 'article_shows_date' );
if ($get_theme_date_opt) {
<div class="post-meta"><?php echo esc_attr( $next_post->post_date ); ?></div><?php } ?>
?><div class="post-meta"><?php echo esc_attr( $next_post->post_date ); ?></div><?php } ?>
</a>
</li>
</ul>