message no. 138215
Posted by ash_workz in #jekyll at 2016-06-06T18:15:26Z
feliks: hmm. like if you have a page that requires data, like a dashboard for example, you could load the DOM in dashboard.html and at the end you could populate all that dynamic data by querying your API (say GET .../dashboard.json) and do things like $('.name').innerHtml(json.name) or w/e. (excuse my pseudo code)