Hi, I can embed links to posts on the homepage using twig solution from here: https://learn.getgrav.org/16/cookbook/twig-recipes
However, I cannot figure out how to embed posts with images and, date and short description.
Hi, I can embed links to posts on the homepage using twig solution from here: https://learn.getgrav.org/16/cookbook/twig-recipes
However, I cannot figure out how to embed posts with images and, date and short description.
adding post date should be easy.
just add {{ post.date }} in the recent posts list.