File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ $format-names: (
70
70
@function urls ($filename , $range , $extensions ) {
71
71
$urls : ();
72
72
@each $extension in $extensions {
73
- $url : url (' /static/ fonts/#{$extension } /#{$filename } .#{$range } .#{$extension } ' );
73
+ $url : url (' /fonts/#{$extension } /#{$filename } .#{$range } .#{$extension } ' );
74
74
$format : format (map-get ($format-names , $extension ));
75
75
76
76
$urls : append ($urls , $url $format , comma );
Original file line number Diff line number Diff line change 21
21
</div >
22
22
<div class =" four columns mt3 mt0-l" >
23
23
<h4 >Social</h4 >
24
- <a href =" https://twitter.com/rustlang" target =" _blank" rel =" noopener" alt =" twitter link" ><img src =" /static/ images/twitter.svg" alt =" twitter logo" /></a >
25
- <a href =" https://www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA" target =" _blank" rel =" noopener" alt =" youtube link" ><img style =" padding-top: 6px; padding-bottom:6px" src =" /static/ images/youtube.svg" alt =" youtube logo" /></a >
26
- <a href =" https://discord.gg/rust-lang" target =" _blank" rel =" noopener" alt =" discord link" ><img src =" /static/ images/discord.svg" alt =" discord logo" /></a >
27
- <a href =" https://github.com/rust-lang" target =" _blank" rel =" noopener" alt =" github link" ><img src =" /static/ images/github.svg" alt =" github logo" /></a >
24
+ <a href =" https://twitter.com/rustlang" target =" _blank" rel =" noopener" alt =" twitter link" ><img src =" /images/twitter.svg" alt =" twitter logo" /></a >
25
+ <a href =" https://www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA" target =" _blank" rel =" noopener" alt =" youtube link" ><img style =" padding-top: 6px; padding-bottom:6px" src =" /images/youtube.svg" alt =" youtube logo" /></a >
26
+ <a href =" https://discord.gg/rust-lang" target =" _blank" rel =" noopener" alt =" discord link" ><img src =" /images/discord.svg" alt =" discord logo" /></a >
27
+ <a href =" https://github.com/rust-lang" target =" _blank" rel =" noopener" alt =" github link" ><img src =" /images/github.svg" alt =" github logo" /></a >
28
28
</div >
29
29
30
30
</div >
You can’t perform that action at this time.
0 commit comments