Add alt tags for logos
This commit is contained in:
parent
c4c9628de7
commit
5763b86792
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue