diff --git a/template-parts/articles/article-toolbar.php b/template-parts/articles/article-toolbar.php
index df85178..34ce96e 100644
--- a/template-parts/articles/article-toolbar.php
+++ b/template-parts/articles/article-toolbar.php
@@ -1,4 +1,11 @@
0;
+$authors = get_field('authors', $id);
+$hasAuthors = isset($authors) && is_array($authors) && count($authors) > 0;
+
+
?>
@@ -8,15 +15,18 @@
Article
-
-
+
+
+
+
+
+