Open poVoq opened 3 years ago
So I kind of partially got it to work by adding some |raw
parts to the templates, but it refuses to show any content in the "portfolio" template and items are also not shown at all. Not sure what is going wrong there :( (total GRAV noob here)
Hey there, I ran into the same issue and fixed it by changing "{% set collection = page.collection().visible() %}" within the portfolio.html.template to "{% set collection = page.collection %}".
Seems broken with current version of GRAV?