Skip to content

Commit 45f8488

Browse files
Update team galleries (#533)
1 parent 1701257 commit 45f8488

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

doc/content/about/theme-team.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
[[item]]
22
type = 'card'
33
classcard = 'text-center'
4-
header = 'Adam Porter'
54
body = '''{{< image >}}
65
src = 'https://avatars.githubusercontent.com/u/601365?v=4"'
76
alt = 'Avatar of Adam Porter'
8-
{{< /image >}}'''
7+
{{< /image >}}
8+
Adam Porter'''
99
link = 'https://github.com/alphapapa'
1010

1111
[[item]]
1212
type = 'card'
1313
classcard = 'text-center'
14-
header = 'Brian Hawthorne'
1514
body = '''{{< image >}}
1615
src = 'https://avatars.githubusercontent.com/u/352264?u=1fd523aa28b0451454989400579d97a8c1bc1b9a&v=4"'
1716
alt = 'Avatar of Brian Hawthorne'
18-
{{< /image >}}'''
17+
{{< /image >}}
18+
Brian Hawthorne'''
1919
link = 'https://github.com/brianhawthorne'
2020

2121
[[item]]
2222
type = 'card'
2323
classcard = 'text-center'
24-
header = 'Jarrod Millman'
2524
body = '''{{< image >}}
2625
src = 'https://avatars.githubusercontent.com/u/123428?v=4"'
2726
alt = 'Avatar of Jarrod Millman'
28-
{{< /image >}}'''
27+
{{< /image >}}
28+
Jarrod Millman'''
2929
link = 'https://github.com/jarrodmillman'
3030

3131
[[item]]
3232
type = 'card'
3333
classcard = 'text-center'
34-
header = 'Stefan van der Walt'
3534
body = '''{{< image >}}
3635
src = 'https://avatars.githubusercontent.com/u/45071?u=c779b5e06448fbc638bc987cdfe305c7f9a7175e&v=4"'
3736
alt = 'Avatar of Stefan van der Walt'
38-
{{< /image >}}'''
37+
{{< /image >}}
38+
Stefan van der Walt'''
3939
link = 'https://github.com/stefanv'
4040

4141
[[item]]
4242
type = 'card'
4343
classcard = 'text-center'
44-
header = 'Pamphile Roy'
4544
body = '''{{< image >}}
4645
src = 'https://avatars.githubusercontent.com/u/23188539?u=64445b52dbf3f75de8006ed4264fdd2afaed97a3&v=4"'
4746
alt = 'Avatar of Pamphile Roy'
48-
{{< /image >}}'''
47+
{{< /image >}}
48+
Pamphile Roy'''
4949
link = 'https://github.com/tupui'

tools/team_query.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ def api(query):
6666
[[item]]
6767
type = 'card'
6868
classcard = 'text-center'
69-
header = '${name}'
7069
body = '''{{< image >}}
7170
src = '${avatarUrl}"'
7271
alt = 'Avatar of ${name}'
73-
{{< /image >}}'''
72+
{{< /image >}}
73+
${name}'''
7474
link = '${url}'
7575
"""
7676
)

0 commit comments

Comments
 (0)