diff --git a/single-post.php b/single-post.php
index 0b943a4..3acf14b 100644
--- a/single-post.php
+++ b/single-post.php
@@ -6,8 +6,6 @@ $args = array(
);
$relatedPageTemplatePage = get_pages($args) ? get_pages($args)[0] : null;
?>
-
-
">
@@ -46,7 +44,6 @@ $relatedPageTemplatePage = get_pages($args) ? get_pages($args)[0] : null;
"title" => get_the_title(),
"thumbnail" => get_the_post_thumbnail(get_the_ID(), "full", array('class' => 'heading-box--news__thumbnail')),
"published" => get_the_date()
-
));
?>