Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 6fa5fb8

Browse files
committed
Wrap team sections in <section>'s with id's, for linking.
1 parent 42e0b4c commit 6fa5fb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

team.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ number of teams, each focused on a specific area of concern. Below are the
133133
rosters, in alphabetical order.
134134

135135
{% for team in page.teams %}
136+
<section id="{{ team.name | replace:' ','-' }}">
136137
## {{ team.name }} team
137138

138139
**Responsibility**: *{{ team.responsibility }}*
@@ -154,5 +155,5 @@ rosters, in alphabetical order.
154155
</li>
155156
{% endfor %}
156157
</ul>
157-
158+
</section>
158159
{% endfor %}

0 commit comments

Comments
 (0)