This repository was archived by the owner on Jun 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
runestone/common/project_template/_templates/plugin_layouts/sphinx_bootstrap Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 193193 </ a >
194194 < ul class ="dropdown-menu user-menu ">
195195 < li > < a href ='http://runestoneinteractive.org/pages/faq.html '> FAQ</ a > </ li >
196- < li > < a href ='https://runestone.academy/runestone/static /instructorguide/index.html '> Instructors Guide</ a > </ li >
196+ < li > < a href ='https://runestone.academy/ns/books/published /instructorguide/index.html '> Instructors Guide</ a > </ li >
197197 < li class ="divider "> </ li >
198198 < li > < a href ='http://runestoneinteractive.org '> About Runestone</ a > </ li >
199199 < li > < a href ='/{{ appname }}/default/reportabug?course={{ course_id }}&page={{ pathto(pagename,1) }} '> Report A Problem</ a > </ li >
Original file line number Diff line number Diff line change 88 > This Chapter< b class ="caret "> </ b
99 > </ a >
1010 < ul class ="dropdown-menu globaltoc ">
11- {% raw %} {% for row in subchapter_list %}
11+ {% raw %}
12+ {% for row in subchapter_list %}
1213 < li class ="toctree-l1 ">
1314 < a class ="reference internal " href ="{{ row['subchap_uri']}} "
1415 > {{ row['title']}}</ a
1516 >
1617 </ li >
17- {% endfor %} {% endraw %}
18+ {% endfor %}
19+ {% endraw %}
1820 </ ul >
1921</ li >
You can’t perform that action at this time.
0 commit comments