File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[[item ]]
22type = ' card'
33classcard = ' text-center'
4- header = ' Adam Porter'
54body = ''' {{< image >}}
65src = 'https://avatars.githubusercontent.com/u/601365?v=4"'
76alt = 'Avatar of Adam Porter'
8- {{< /image >}}'''
7+ {{< /image >}}
8+ Adam Porter'''
99link = ' https://github.com/alphapapa'
1010
1111[[item ]]
1212type = ' card'
1313classcard = ' text-center'
14- header = ' Brian Hawthorne'
1514body = ''' {{< image >}}
1615src = 'https://avatars.githubusercontent.com/u/352264?u=1fd523aa28b0451454989400579d97a8c1bc1b9a&v=4"'
1716alt = 'Avatar of Brian Hawthorne'
18- {{< /image >}}'''
17+ {{< /image >}}
18+ Brian Hawthorne'''
1919link = ' https://github.com/brianhawthorne'
2020
2121[[item ]]
2222type = ' card'
2323classcard = ' text-center'
24- header = ' Jarrod Millman'
2524body = ''' {{< image >}}
2625src = 'https://avatars.githubusercontent.com/u/123428?v=4"'
2726alt = 'Avatar of Jarrod Millman'
28- {{< /image >}}'''
27+ {{< /image >}}
28+ Jarrod Millman'''
2929link = ' https://github.com/jarrodmillman'
3030
3131[[item ]]
3232type = ' card'
3333classcard = ' text-center'
34- header = ' Stefan van der Walt'
3534body = ''' {{< image >}}
3635src = 'https://avatars.githubusercontent.com/u/45071?u=c779b5e06448fbc638bc987cdfe305c7f9a7175e&v=4"'
3736alt = 'Avatar of Stefan van der Walt'
38- {{< /image >}}'''
37+ {{< /image >}}
38+ Stefan van der Walt'''
3939link = ' https://github.com/stefanv'
4040
4141[[item ]]
4242type = ' card'
4343classcard = ' text-center'
44- header = ' Pamphile Roy'
4544body = ''' {{< image >}}
4645src = 'https://avatars.githubusercontent.com/u/23188539?u=64445b52dbf3f75de8006ed4264fdd2afaed97a3&v=4"'
4746alt = 'Avatar of Pamphile Roy'
48- {{< /image >}}'''
47+ {{< /image >}}
48+ Pamphile Roy'''
4949link = ' https://github.com/tupui'
Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ def api(query):
6666 [[item]]
6767type = 'card'
6868classcard = 'text-center'
69- header = '${name}'
7069body = '''{{< image >}}
7170src = '${avatarUrl}"'
7271alt = 'Avatar of ${name}'
73- {{< /image >}}'''
72+ {{< /image >}}
73+ ${name}'''
7474link = '${url}'
7575"""
7676)
You can’t perform that action at this time.
0 commit comments