https://github.com/renegade47/philippines-daily-express
https://philippines-daily-express.herokuapp.com/
First I added the HTML code from the STEEMSQL query that gets the post to the data of the array for each of the queries on the Top Commented, Top Rewarded, and Top Upvoted, in the home.js controller. I first convert it to markdown using showdownjs then pass it to the array for it to be displayed in the front-end.
Next I then displayed the data of each query on the front-end using Bootstrap 3 Modals, and handlebars.js to output the content on each modal.
Also there was a minor issue on the modal, the images that were displayed on the modal were overflowing out of the modal, so this required an update to the main.css file which targeted the image tag and added a style of max-width: 100% to each image.
For the whole summary of changes you can view the github commit here