update message

This commit is contained in:
yggverse 2024-09-28 13:47:41 +03:00
parent aee744961a
commit 5cb5f02308

View File

@ -261,7 +261,8 @@ impl Page {
let _ = content.reset(
content::Mime::TextGemini,
&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!(),