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.
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.