diff --git a/js/webmentions.js b/js/webmentions.js index d53a1b5..92406a3 100644 --- a/js/webmentions.js +++ b/js/webmentions.js @@ -74,7 +74,7 @@ } // Update total count in main header - updateTotalCount(newMentions.length); + updateTotalCount(mentionsToShow.length); }) .catch((err) => { console.debug('[Webmentions] Error fetching:', err.message);