Make author_url be the entry link as default
This commit is contained in:
parent
aa2866901c
commit
0c73848cbc
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ default_custom_message: JSONType | str = "{{entry_title}}\n{{entry_link}}"
|
||||||
default_custom_embed: dict[str, str] = {
|
default_custom_embed: dict[str, str] = {
|
||||||
"title": "{{entry_title}}",
|
"title": "{{entry_title}}",
|
||||||
"description": "{{entry_text}}",
|
"description": "{{entry_text}}",
|
||||||
|
"author_url": "{{entry_link}}",
|
||||||
"image_url": "{{image_1}}",
|
"image_url": "{{image_1}}",
|
||||||
"color": "#469ad9",
|
"color": "#469ad9",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue