tranduyhung / grav-theme-x-corporation

X-Corporation theme is a port of X-Corporation by uiCookies for Grav CMS
MIT License
33 stars 13 forks source link

Twig variables inside loops not working #28

Closed Ahuahuachi closed 6 years ago

Ahuahuachi commented 6 years ago

All the Twig variables declared inside for loops are inaccessible outside the loop itself. As said here, all the variables intended to be used outside the loop, should be declared before the loop.

I've discovered this is the cause of #13 and also because of this I couldn't change the default logo. If I have some spare time I'm going to try to fix this issue and submit a PR.