diff --git a/js/show-backlinks.js b/js/show-backlinks.js index 7032ba50..b52ef801 100644 --- a/js/show-backlinks.js +++ b/js/show-backlinks.js @@ -29,7 +29,7 @@ $(document).ready(function() { if(post.length == 0) return; - let mentioned = post.find('p.intro div.mentioned'); + let mentioned = post.find('.head div.mentioned'); if (mentioned.length === 0) { mentioned = $('
').prependTo(post.find('.head')); }