Add default favicon for documentation
This commit is contained in:
parent
2200fd3c7c
commit
b5d167f58a
4 changed files with 9 additions and 3 deletions
|
@ -53,6 +53,8 @@ pub static LICENSE_MIT: &'static [u8] = include_bytes!("static/LICENSE-MIT.txt")
|
|||
|
||||
/// The contents of `rust-logo.png`, the default icon of the documentation.
|
||||
pub static RUST_LOGO: &'static [u8] = include_bytes!("static/rust-logo.png");
|
||||
/// The contents of `favicon.ico`, the default favicon of the documentation.
|
||||
pub static RUST_FAVICON: &'static [u8] = include_bytes!("static/favicon.ico");
|
||||
|
||||
/// The built-in themes given to every documentation site.
|
||||
pub mod themes {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue