mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-04-28 01:56:08 +00:00
embed title fix
This commit is contained in:
@@ -395,7 +395,7 @@ class Embed {
|
||||
const a = document.createElement("a");
|
||||
if (this.json.url && this.json.url) {
|
||||
MarkDown.safeLink(a, this.json.url);
|
||||
a.textContent = this.json.url;
|
||||
a.textContent = this.json.title || this.json.url;
|
||||
div.append(a);
|
||||
}
|
||||
if (this.json.description) {
|
||||
|
||||
Reference in New Issue
Block a user