I've uploaded an image; random.png with PyroCMS through the admin and placed it into a folder called "Portfolio Images" (the url slug is 'portfolio-images')
In my pages I want to be able to reference this image using a tag. How does the url slug work? I've tried http://mysite.com/portfolio-images/random.png - but it doesn't work.
Is there a way to maybe reference it via the {{ asset:image }} tag?
Thanks!