File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 font-weight : normal;
1515 src : local ('FiraCode-Retina' ), local ('FiraCode-Regular' ), url ('https://cdn.rawgit.com/tonsky/FiraCode/master/distr/ttf/FiraCode-Regular.ttf' ) format ('truetype' );
1616 }
17-
1817 body header {
1918 font-size : 2em ;
2019 max-width : 100% ;
@@ -65,14 +64,15 @@ <h1>React <span>Coroutine</span></h1>
6564
6665 < nav >
6766 < ul >
68- < li > {% if page.url == '/' %}< span > Overview</ span > {% else %}< a href ="/react-coroutine/ "> Overview</ a > {% endif %}</ li >
69- < li > {% if page.url == '/Details.html' %}< span > Details</ span > {% else %}< a href ="/react-coroutine/ Details.html "> Details</ a > {% endif %}</ li >
70- < li > {% if page.url == '/Examples.html' %}< span > Examples</ span > {% else %}< a href ="/react-coroutine/ Examples.html "> Examples</ a > {% endif %}</ li >
67+ < li > {% if page.url == '/' %}< span > Overview</ span > {% else %}< a href ="/ "> Overview</ a > {% endif %}</ li >
68+ < li > {% if page.url == '/Details.html' %}< span > Details</ span > {% else %}< a href ="/Details.html "> Details</ a > {% endif %}</ li >
69+ < li > {% if page.url == '/Examples.html' %}< span > Examples</ span > {% else %}< a href ="/Examples.html "> Examples</ a > {% endif %}</ li >
7170 < li > < a href ="https://github.com/alexeyraspopov/react-coroutine " target ="_blank "> GitHub</ a > </ li >
7271 </ ul >
7372 </ nav >
7473
7574 < main > {{ content }}</ main >
75+
7676 < script src ="{{ '/assets/highlight.js?v=' | append: site.github.build_revision | relative_url }} " charset ="utf-8 "> </ script >
7777</ body >
7878</ html >
You can’t perform that action at this time.
0 commit comments