pidgin/nest

41f5bbb6de35
Add a simple convey.yml for building/publishing
{{ range sort .Site.Data.gsoc "year" "desc" }}
<h3 id="gsoc-{{.year}}">{{.year}}</h3>
<table>
<thead>
<th>Project</th>
<th>Student</th>
<th>Mentor</th>
<th>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 }}