Mark "me" links in description
This commit is contained in:
@@ -11,6 +11,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
links.forEach(link => {
|
||||
const uri = link.href.replace(/^(nostr|web+nostr):/, "").trim();
|
||||
let text = link.title?.trim() || '';
|
||||
if (link.rel === "me") text = `Me: ${text}`;
|
||||
if (link.rel === "author") text = `Author: ${text}`;
|
||||
|
||||
linkMap.set(uri, {
|
||||
|
||||
Reference in New Issue
Block a user