Fix author links in the proposals lists (#1997)
Links were broken since the upgrade of the hugo version. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
d67dd88457
commit
69e162e5fe
2 changed files with 3 additions and 2 deletions
|
@ -68,8 +68,8 @@
|
|||
<td>{{ .title }}</td>
|
||||
<td>{{ .created_at }}</td>
|
||||
<td>{{ .updated_at }}</td>
|
||||
<td>{{ with $docs_links }}{{ $docs_links }}{{ end }}</td>
|
||||
<td>{{ $authors }}</td>
|
||||
<td>{{ with $docs_links }}{{ $docs_links | safeHTML }}{{ end }}</td>
|
||||
<td>{{ $authors | safeHTML }}</td>
|
||||
<td>{{ with .shepherd }}<a href="https://github.com/{{ . }}">@{{ . }}</a>{{ end }}</td>
|
||||
</tr>
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue