Add favicon
This commit is contained in:
parent
a590d7e1e9
commit
b2572ebfe5
9 changed files with 73 additions and 22 deletions
|
|
@ -1,16 +1,17 @@
|
|||
use axum::{
|
||||
body, debug_handler,
|
||||
extract::{Extension, Request, State},
|
||||
http::{header, StatusCode},
|
||||
http::{StatusCode, header},
|
||||
middleware::Next,
|
||||
response::{Html, IntoResponse, Response},
|
||||
};
|
||||
use rinja::Template;
|
||||
|
||||
use crate::{
|
||||
Result,
|
||||
data::{db, model},
|
||||
html_templates::*,
|
||||
ron_utils, translation, Result,
|
||||
ron_utils, translation,
|
||||
};
|
||||
|
||||
pub mod fragments;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue