mirror of
https://github.com/YGGverse/btracker-gemini.git
synced 2026-03-31 17:15:30 +00:00
hide extra header
This commit is contained in:
parent
0e79c21da6
commit
712c5691d8
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ fn index(config: &Config, public: &Public, page: Option<usize>) -> Result<String
|
|||
}
|
||||
|
||||
if let Some(ref trackers) = config.tracker {
|
||||
b.push(format!("## Connect\n"));
|
||||
//b.push(format!("## Connect\n"));
|
||||
b.push("```".into());
|
||||
for tracker in trackers {
|
||||
b.push(tracker.to_string());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue