Skip to content

Commit f024005

Browse files
committed
Adds linkable section headings to the Learn page.
1 parent 13a2538 commit f024005

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

learn/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<section>
22

3-
<h2>Learning resources</h2>
3+
<h2 id="learning-resources">Learning resources</h2>
44

55
<ul class="cards">
66
<li>
@@ -31,7 +31,7 @@ <h3>Pursuit</h3>
3131

3232
<section>
3333

34-
<h2>Tutorials</h2>
34+
<h2 id="tutorials">Tutorials</h2>
3535

3636
<ul class="cards">
3737
<li>
@@ -77,7 +77,7 @@ <h3>Generic Programming</h3>
7777
</section>
7878

7979
<section>
80-
<h2>Articles by Users</h2>
80+
<h2 id="articles">Articles by Users</h2>
8181

8282
<ul>
8383
<li><a href="http://blog.functorial.com/posts/2015-11-20-Thermite.html">Building a Task List Application with Thermite</a> <small>(at <a href="http://blog.functorial.com">blog.functorial.com</a>)</small></li>
@@ -90,9 +90,10 @@ <h2>Articles by Users</h2>
9090

9191
</section>
9292

93+
9394
<section>
9495

95-
<h2>Talks and slides</h2>
96+
<h2 id="talks">Talks and Slides</h2>
9697

9798
<ul class="cards">
9899

0 commit comments

Comments
 (0)