Un-bolded github issue links

This commit is contained in:
Schplee 2017-06-15 17:59:22 -07:00 committed by GitHub
parent 8613c7c483
commit 091639e740

View File

@ -133,7 +133,7 @@
<tbody> <tbody>
{{- range .Params.issues }} {{- range .Params.issues }}
<tr> <tr>
<th><a href="https://github.com/citra-emu/citra/issues/{{ .number }}">{{ .title }}</a></th> <td><a href="https://github.com/citra-emu/citra/issues/{{ .number }}">{{ .title }}</a></td>
<td>{{ dateFormat "January 2, 2006" .created_at }}</td> <td>{{ dateFormat "January 2, 2006" .created_at }}</td>
<td>{{ dateFormat "January 2, 2006" .updated_at }}</td> <td>{{ dateFormat "January 2, 2006" .updated_at }}</td>
</tr> </tr>