s6joui / grav-theme-portfolio

Simple and minimalistic responsive theme for portfolios for the Grav CMS.
MIT License
13 stars 2 forks source link

Broken with current version of GRAV? #13

Open poVoq opened 3 years ago

poVoq commented 3 years ago

Seems broken with current version of GRAV?

poVoq commented 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)

ghost commented 2 years ago

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 %}".