Rollup merge of #31055 - steveklabnik:alt-tags, r=alexcrichton
This commit is contained in:
commit
b1e5af4872
@ -1,5 +1,5 @@
|
||||
<div id="versioninfo">
|
||||
<img src="https://www.rust-lang.org/logos/rust-logo-32x32-blk.png" width="32" height="32" alt><br>
|
||||
<img src="https://www.rust-lang.org/logos/rust-logo-32x32-blk.png" width="32" height="32" alt="Rust logo"><br>
|
||||
<span class="white-sticker"><a href="https://www.rust-lang.org">Rust</a> VERSION</span><br>
|
||||
<a href="https://github.com/rust-lang/rust/commit/STAMP"
|
||||
class="hash white-sticker">SHORT_HASH</a>
|
||||
|
@ -148,7 +148,7 @@ r##"<!DOCTYPE html>
|
||||
"".to_string()
|
||||
} else {
|
||||
format!("<a href='{}{}/index.html'>\
|
||||
<img src='{}' alt='' width='100'></a>",
|
||||
<img src='{}' alt='logo' width='100'></a>",
|
||||
page.root_path, layout.krate,
|
||||
layout.logo)
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user