Only add a border for the rust logo
This commit is contained in:
parent
3a92b9987a
commit
48a6c2125b
4 changed files with 13 additions and 7 deletions
|
@ -138,7 +138,7 @@ pub fn render<T: Print, S: Print>(
|
|||
if layout.logo.is_empty() {
|
||||
format!(
|
||||
"<a href='{path}index.html'>\
|
||||
<div class='logo-container'>\
|
||||
<div class='logo-container rust-logo'>\
|
||||
<img src='{static_root_path}rust-logo{suffix}.png' alt='logo'></div></a>",
|
||||
path = p,
|
||||
static_root_path = static_root_path,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue