removing two unecessary space lines

This commit is contained in:
Antoine M 2023-11-24 10:06:56 +01:00
parent f51aef5c8e
commit f238088767

View File

@ -13,11 +13,9 @@ $args = array(
"post_type" => "post",
"status" => "publish",
"posts_per_page" => $post_per_page,
);
$posts = new WP_Query($args);
?>
<div class="template-archives template-archives--news">
<?php /* --------