skip to Main Content

Generate html from a json file with a premade structure in github pages

i have following template for each entry on my website <div class="image-container"> <img src="images/placeholder.png" alt="Image N"> </div> <div class="entry-content"> <div class="entry-title">EntryName</div> <div class="entry-rating">Rating: X</div> <div class="entry-comment">Comment: Lorem ipsum</div> </div> </div> and i want it to automatically fill each image/title/rating/comment from…

VIEW QUESTION
Back To Top
Search