reverse right column
This commit is contained in:
@@ -21,10 +21,12 @@ $has_video = isset($args['has_video']) ? $args['has_video'] : false;
|
||||
<div class="land-cart-title__arrow"></div>
|
||||
</div>
|
||||
<?endif?>
|
||||
<div class="<?=$class; ?><?=$has_video === true ? ' has-video' : ''; ?>">
|
||||
<a href="<?php the_permalink(); ?>" class="article-item__image-container">
|
||||
<?=render_webp_picture_by_post( null, 'news-list-picture'); ?>
|
||||
</a>
|
||||
<div class="<?=$class;?>">
|
||||
<div class="article-item__image-container<?=$has_video === true ? ' has-video' : ''; ?>">
|
||||
<a href="<?php the_permalink(); ?>">
|
||||
<?=render_webp_picture_by_post( null, 'news-list-picture'); ?>
|
||||
</a>
|
||||
</div>
|
||||
<div class="article-item__text">
|
||||
<div class="article-time">
|
||||
<img src="<?= get_asset('/icons/time.svg'); ?>" alt="" /><?php echo $formatted_date; ?>
|
||||
|
||||
Reference in New Issue
Block a user