File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ description: >
4
4
Words from the Rust team
5
5
baseurl : " "
6
6
url : " http://blog.rust-lang.org"
7
+ logo : " http://www.rust-lang.org/logos/rust-logo-64x64-blk.png"
7
8
twitter_username : rustlang
8
9
github_username : rust-lang
9
10
Original file line number Diff line number Diff line change 2
2
3
3
< div class ="wrapper ">
4
4
5
- < a class ="site-title " href ="{{ site.baseurl }}/ "> {{ site.title }}</ a >
5
+ < a class ="site-title " href ="{{ site.baseurl }}/ "> < img id =" site-logo " src =" {{ site.logo }} " /> {{ site.title }}</ a >
6
6
7
7
< nav class ="site-nav ">
8
8
< a href ="# " class ="menu-icon ">
Original file line number Diff line number Diff line change 10
10
position : relative ;
11
11
}
12
12
13
+ #site-logo {
14
+ width : 48px ;
15
+ height : 48px ;
16
+ padding : 2px ;
17
+ }
18
+
13
19
.site-title {
14
20
font-size : 26px ;
15
21
line-height : 56px ;
You can’t perform that action at this time.
0 commit comments