mirror of
https://github.com/YGGverse/nexy.git
synced 2026-03-31 09:15:28 +00:00
add nl
This commit is contained in:
parent
17bb60d4a4
commit
0d2930e49f
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ impl Template {
|
|||
},
|
||||
welcome: match config.template_access_denied {
|
||||
Some(ref p) => read_to_string(p)?,
|
||||
None => "Welcome to Nexy!\n{list}".into(),
|
||||
None => "Welcome to Nexy!\n\n{list}".into(),
|
||||
},
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue