1
Fork 0

Add alt tags for logos

This commit is contained in:
Steve Klabnik 2016-01-20 11:53:20 -05:00
parent c4c9628de7
commit 5763b86792
2 changed files with 2 additions and 2 deletions

View file

@ -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)
},