Skip to content

Commit 2b012ac

Browse files
Add clips to the sidebar
1 parent 875789d commit 2b012ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/_layout/sidebar.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ <h2>Math from computation, math with computation</h2>
2121
<a class="sidebar-nav-item {{ispage /installation/}}active{{end}}" href="/installation/">Software installation</a>
2222
<a class="sidebar-nav-item {{ispage /cheatsheets/}}active{{end}}" href="/cheatsheets/">Cheatsheets</a>
2323
<a class="sidebar-nav-item {{ispage /semesters/}}active{{end}}" href="/semesters/">Previous semesters</a>
24+
<a class="sidebar-nav-item {{ispage /clips/}}active{{end}}" href="/clips/">Submit Short Clips</a>
2425
<br>
2526
<div class="course-section">Module 1: Images, Transformations, Abstractions</div>
2627
<a class="sidebar-nav-item {{ispage /images/}}active{{end}}" href="/images/"><b>1.1</b> - <em>Images as Data and Arrays</em></a>
@@ -60,4 +61,4 @@ <h2>Math from computation, math with computation</h2>
6061
</nav>
6162
</div>
6263
</div>
63-
<div class="content container">
64+
<div class="content container">

0 commit comments

Comments
 (0)