File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 17
17
</ div >
18
18
< div class ="col-md-6 " align ="right ">
19
19
< h4 >
20
- < a href ="{{ site.github.repository_url }}/ " > Source </ a >
20
+ < a href ="{{site.github.repository_url}}/blob/gh-pages/{{page.path}} " > Improve this page < span class =" glyphicon glyphicon-pencil " aria-hidden =" true " > </ span > </ a >
21
21
/
22
22
< a href ="{{ site.github.repository_url }}/blob/gh-pages/CONTRIBUTING.md "> Contributing</ a >
23
23
/
24
+ < a href ="{{ site.github.repository_url }}/ "> Source</ a >
25
+ /
24
26
< a href ="{{ site.github.repository_url }}/blob/gh-pages/CITATION "> Cite</ a >
25
27
/
26
28
< a href ="{{ site.contact }} "> Contact</ a >
Original file line number Diff line number Diff line change 51
51
{% comment %} Show setup instructions, reference guide, and lesson episodes for lessons. {% endcomment %}
52
52
{% if site.kind == "lesson" %}
53
53
< li > < a href ="{{ page.root }}/setup/ "> Setup</ a > </ li >
54
- < li > < a href ="{{ page.root }}/reference/ "> Reference</ a > </ li >
55
54
< li class ="dropdown ">
56
55
< a href ="{{ page.root }}/ " class ="dropdown-toggle " data-toggle ="dropdown " role ="button " aria-haspopup ="true " aria-expanded ="false "> Episodes < span class ="caret "> </ span > </ a >
57
56
< ul class ="dropdown-menu ">
67
66
< li class ="dropdown ">
68
67
< a href ="{{ page.root }}/ " class ="dropdown-toggle " data-toggle ="dropdown " role ="button " aria-haspopup ="true " aria-expanded ="false "> Extras < span class ="caret "> </ span > </ a >
69
68
< ul class ="dropdown-menu ">
69
+ < li > < a href ="{{ page.root }}/reference/ "> Reference</ a > </ li >
70
70
{% for extra in site.extras %}
71
71
< li > < a href ="{{ page.root }}{{ extra.url }} "> {{ extra.title }}</ a > </ li >
72
72
{% endfor %}
76
76
77
77
{% comment %} Always show license. {% endcomment %}
78
78
< li > < a href ="{{ page.root }}/license/ "> License</ a > </ li >
79
+ < li > < a href ="{{site.github.repository_url}}/blob/gh-pages/{{page.path}} "> Edit on GitHub</ a > </ li >
79
80
</ ul >
80
81
< form class ="navbar-form navbar-right " role ="search " id ="search " onsubmit ="google_search(); return false; ">
81
82
< div class ="form-group ">
You can’t perform that action at this time.
0 commit comments