File tree Expand file tree Collapse file tree 4 files changed +41
-165
lines changed Expand file tree Collapse file tree 4 files changed +41
-165
lines changed Original file line number Diff line number Diff line change 1717 v{{crate.max_version}}
1818 </ td >
1919 < td class ="docs ">
20- < a href ="/{{crate.repo}}/stable/latest/docs "> 🕮</ a >
20+ < a href ="/{{crate.repo}}/stable/latest/docs/{{ crate.name | replace: " -rs ", "" }} "> 🕮</ a >
2121 </ td >
2222 </ tr >
2323{% endfor %}
Original file line number Diff line number Diff line change 11< head >
2- < meta charset ="utf-8 ">
2+ < meta charset ="utf-8 " / >
33 < meta name ="viewport " content ="width=device-width initial-scale=1 " />
4- < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
4+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge " / >
55
66 < title > {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</ title >
7- < meta name ="description " content ="{{ site.description }} ">
7+ < meta name ="description " content ="{{ site.description }} " / >
88
9- < link rel ="stylesheet " href ="{{ "/css/main.css" | prepend: site.baseurl }}">
10- < link rel ="canonical " href ="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }} ">
9+ < link rel ="icon " type ="image/svg+xml " href ="/logo.svg " />
10+ < link rel ="stylesheet " href ="{{ "/css/main.css" | prepend: site.baseurl }}" />
11+ < link rel ="canonical " href ="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }} " />
1112</ head >
Original file line number Diff line number Diff line change 2626 display : inline-block ;
2727 height : 110px ;
2828 width : 110px ;
29- border-radius : 50% ;
3029 background-image : url (' /logo.svg' );
3130 content : ' ' ;
3231 vertical-align : middle ;
@@ -182,7 +181,7 @@ ul.contact {
182181
183182 a {
184183 line-height : 2em ;
185- display : flex ;
184+ display : inline- flex ;
186185 text-decoration : none ;
187186
188187 svg {
You can’t perform that action at this time.
0 commit comments