CynthiaOmovoiye commented on a change in pull request #272:  Pull contributor 
data from JSON APIs
URL: https://github.com/apache/camel-website/pull/272#discussion_r398854711
 
 

 ##########
 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:
   These classes already existed in /layout/shortcodes/table.html. 
   
   

----------------------------------------------------------------
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

Reply via email to