pidgin/nest

package-lock updates

2020-06-10, Gary Kramlich
396d15623330
package-lock updates
{{ range sort .Site.Data.gsoc "year" "desc" }}
<h3 id="gsoc-{{ .year }}">{{ .year }}</h3>
<table>
<thead>
<th>{{ T "Project" }}</th>
<th>{{ T "Student" }}</th>
<th>{{ T "Mentor" }}</th>
<th>{{ T "Status" }}</th>
</thead>
<tbody>
{{ range .participants }}
<tr>
<td>{{ .project }}</td>
<td>{{ .student }}</td>
<td>{{ .mentor }}</td>
<td>{{ .status | markdownify }}</td>
</tr>
{{ end }}
</tbody>
</table>
{{ end }}