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
1
changelogs/internal/newsfragments/1997.clarification
Normal file
1
changelogs/internal/newsfragments/1997.clarification
Normal file
|
@ -0,0 +1 @@
|
|||
Fix relative URLs when serving the specification with a custom `baseURL`.
|
|
@ -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