diff --git a/api/1.0/people.json b/api/1.0/people.json index 7e760b8b..405e894d 100644 --- a/api/1.0/people.json +++ b/api/1.0/people.json @@ -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 }},