Use K-Gothic

This commit is contained in:
Elnu 2023-06-21 15:47:34 -07:00
parent 81a85cc628
commit 50dce8da96
2 changed files with 2 additions and 0 deletions

View file

@ -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();