mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update message
This commit is contained in:
parent
aee744961a
commit
5cb5f02308
1 changed files with 2 additions and 1 deletions
|
|
@ -261,7 +261,8 @@ impl Page {
|
||||||
let _ = content.reset(
|
let _ = content.reset(
|
||||||
content::Mime::TextGemini,
|
content::Mime::TextGemini,
|
||||||
&uri,
|
&uri,
|
||||||
&gformat!("# Redirect\n\n=> {source}")
|
// @TODO use template file
|
||||||
|
&gformat!("# Redirect\n\nAuto-follow disabled, click on link below to continue\n\n=> {source}")
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
None => todo!(),
|
None => todo!(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue