show-backlinks.js: fix backlinks stacking

This commit is contained in:
Zankaria 2024-08-20 01:16:09 +02:00 committed by Zankaria
parent 602f7b5982
commit 2161a3c1fe

View File

@ -32,7 +32,7 @@ onReady(function() {
}
}
let mentioned = post.find('p.intro span.mentioned');
let mentioned = post.find('.head div.mentioned');
if (mentioned.length === 0) {
mentioned = $('<span class="mentioned unimportant"></span>').prependTo(post.find('.head'));
}