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