add clicking on blog posts in settings

This commit is contained in:
MathMan05
2025-11-13 17:02:56 -06:00
parent bccae0590e
commit 4f5e151965
+1
View File
@@ -2868,6 +2868,7 @@ class Localuser {
titleStuff.append(h2, p);
div.append(titleStuff);
blog.addHTMLArea(div);
MarkDown.safeLink(div, post.url);
}
})();
}