Hello there,
I've been really excited to pick up Grav for my new project, however while browsing documentation i came across this note "If you want to put all your images in a single folder, you can put them in a user/pages/images folder. That way you can reach them via page.find('/images').media['my-image.jpg'] "
- yet when I created this folder and used that line with twig {{}} in my template, the picture does not show up. My setup is just a simple out of the box Grav Core on Apache server running on Windows with Xampp. Can somebody help me out with this one, am I missing something obvious? I don't really want to use any other method, this one should work. Thank you!