diff --git a/template-parts/articles/article-content.php b/template-parts/articles/article-content.php index 25f4187..769f8ed 100644 --- a/template-parts/articles/article-content.php +++ b/template-parts/articles/article-content.php @@ -4,7 +4,6 @@ $articleContent = get_the_content($articleID); $articleTitle = get_the_title($articleID); $citeReference = get_field('cite_reference', $articleID); $tags = get_the_terms($articleID, 'etiquettes'); - ?>