Skip to content

Commit

Permalink
Update people.json
Browse files Browse the repository at this point in the history
Re add url, so it is usable in json
  • Loading branch information
caela authored and bast committed Oct 25, 2019
1 parent 8cdc975 commit 62cdc9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/1.0/people.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ permalink: "/:path/:basename"
{
"name": {{ person.name | jsonify }},
"groups": {{ person.groups | jsonify }},
"url": {{ person.url | jsonify }},
"profile": {{ person.profile | jsonify }},
"home": {{ person.home | jsonify }},
"country": {{ person.country | jsonify }},
Expand Down

0 comments on commit 62cdc9f

Please sign in to comment.