zregvart commented on a change in pull request #272: Pull contributor data from JSON APIs URL: https://github.com/apache/camel-website/pull/272#discussion_r400355062
########## File path: layouts/shortcodes/committers.html ########## @@ -0,0 +1,26 @@ +{{ $urlPre := "https://projects.apache.org" }} +{{ $path := "/json/foundation" }} +{{ $group := getJSON $urlPre $path "/groups.json"}} +{{ $name := getJSON $urlPre $path "/people_name.json" }} +{{$orgnisations := getJSON "data/teamdata.json" }} + +<table class="tableblock frame-all grid-all stretch"> Review comment: Yeah looks like that was a mistake there, I don't see those classes defined in CSS so we might just as well remove them now. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services