Skip to content

Commit 176b89f

Browse files
Fix teams generation script
1 parent ada9301 commit 176b89f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/team_query.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ def api(query):
6969
body = '''
7070
{{< image
7171
src="${avatarUrl}"
72-
alt="Avatar of ${name}" >}}
72+
alt="Avatar of ${name}"
73+
>}}
7374
${name}'''
7475
link = '${url}'
7576
"""

0 commit comments

Comments
 (0)