Use K-Gothic
This commit is contained in:
parent
81a85cc628
commit
50dce8da96
2 changed files with 2 additions and 0 deletions
|
@ -45,6 +45,7 @@ async fn rocket() -> _ {
|
|||
routes![get_challenge, login, post_login, success, logout, testing],
|
||||
)
|
||||
.mount("/css", FileServer::from(relative!("styles/css")))
|
||||
.mount("/", FileServer::from(relative!("static")).rank(1))
|
||||
.attach(Template::custom(move |engines| {
|
||||
use tera::Value;
|
||||
let (catalogs, langs) = load_catalogs().unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue