diff --git a/src/Service/NostrClient.php b/src/Service/NostrClient.php index 88e3164..a352a34 100644 --- a/src/Service/NostrClient.php +++ b/src/Service/NostrClient.php @@ -512,6 +512,7 @@ class NostrClient $article = $this->articleFactory->createFromLongFormContentEvent($event); // Save each article to the database $this->saveEachArticleToTheDatabase($article); + return $article; // Return the article so it gets added to the results array }); } diff --git a/templates/pages/author.html.twig b/templates/pages/author.html.twig index 1deda54..3387ea9 100644 --- a/templates/pages/author.html.twig +++ b/templates/pages/author.html.twig @@ -63,7 +63,9 @@ {# {% endfor %}#} {# {% endif %}#} +
+
{% endblock %} {% block aside %}