rustdoc: Fix default logo filename
This commit is contained in:
parent
06c68947ad
commit
dc295318fc
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ fn write_shared(
|
||||||
|
|
||||||
let write = |p, c| { cx.shared.fs.write(p, c) };
|
let write = |p, c| { cx.shared.fs.write(p, c) };
|
||||||
if (*cx.shared).layout.logo.is_empty() {
|
if (*cx.shared).layout.logo.is_empty() {
|
||||||
write(cx.path("rust-log.png"), static_files::RUST_LOGO)?;
|
write(cx.path("rust-logo.png"), static_files::RUST_LOGO)?;
|
||||||
}
|
}
|
||||||
if (*cx.shared).layout.favicon.is_empty() {
|
if (*cx.shared).layout.favicon.is_empty() {
|
||||||
write(cx.path("favicon.ico"), static_files::RUST_FAVICON)?;
|
write(cx.path("favicon.ico"), static_files::RUST_FAVICON)?;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue