Skip to content

Commit 9a41898

Browse files
committed
Convert bootstrap page to a template
1 parent 75c7e1d commit 9a41898

File tree

4 files changed

+292
-305
lines changed

4 files changed

+292
-305
lines changed

site/src/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ async fn handle_fs_path(req: &Request, path: &str) -> Option<http::Response<hype
599599
}
600600

601601
let source = match path {
602-
"/help.html" | "/status.html" => TEMPLATES
602+
"/bootstrap.html" | "/help.html" | "/status.html" => TEMPLATES
603603
.render(&format!("pages/{}", path.trim_start_matches("/")))
604604
.await
605605
.unwrap()

site/static/bootstrap.html

Lines changed: 0 additions & 304 deletions
This file was deleted.

0 commit comments

Comments
 (0)