Skip to content

Commit 13c04f8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 0fe3318 commit 13c04f8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

layouts/people/list.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ <h3>{{ .name }}</h3>
9898
<p><strong>Other contributors:</strong></p>
9999
<p>
100100
{{ range $index, $person := after 49 $data.contributors }}
101-
<a href="{{ .html_url }}" target="_blank">{{ .name }}</a>{{ if lt $index (sub (len (after 49 $data.contributors)) 1) }}, {{ end }}
101+
<a href="{{ .html_url }}" target="_blank">{{ .name }}</a
102+
>{{ if lt $index (sub (len (after 49 $data.contributors)) 1) }},{{ end }}
102103
{{ end }}
103104
</p>
104105
</div>

0 commit comments

Comments
 (0)