File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ title: The Rust Programming Language Blog
3
3
description : >
4
4
Words from the Rust team
5
5
baseurl : " "
6
- url : " http ://blog.rust-lang.org"
6
+ url : " https ://blog.rust-lang.org"
7
7
logo : " https://www.rust-lang.org/logos/rust-logo-64x64-blk.png"
8
8
twitter_username : rustlang
9
- github_username : rust-lang
9
+ github_username : rust-lang
10
10
11
11
# Build settings
12
12
highlighter : rouge
13
13
14
- root : http ://blog.rust-lang.org
14
+ root : https ://blog.rust-lang.org
Original file line number Diff line number Diff line change 1
- < div class ="footer-links "> < a href ="http ://rust-lang.org/ "> More about Rust</ a > — < a href ="http ://doc.rust-lang.org/book/index.html "> Jump straight in</ a > </ div >
1
+ < div class ="footer-links "> < a href ="https ://www. rust-lang.org/ "> More about Rust</ a > — < a href ="https ://doc.rust-lang.org/book/index.html "> Jump straight in</ a > </ div >
2
2
3
3
< footer class ="site-footer ">
4
4
Original file line number Diff line number Diff line change 5
5
6
6
< title > {% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.title }}{% endif %}</ title >
7
7
< meta name ="description " content ="{{ site.description }} ">
8
- < link rel ="alternate " type ="application/rss+xml " title ="The Rust Programming Language Blog " href ="http ://blog.rust-lang.org/feed.xml " />
8
+ < link rel ="alternate " type ="application/rss+xml " title ="The Rust Programming Language Blog " href ="https ://blog.rust-lang.org/feed.xml " />
9
9
< link rel ="stylesheet " href ="{{ "/css/main.css" | prepend: site.baseurl }}">
10
10
< link rel ="stylesheet " href ="{{ "/css/center-img.css" | prepend: site.baseurl }}">
11
11
< link rel ="canonical " href ="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }} ">
You can’t perform that action at this time.
0 commit comments