You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
full-picture with space in filename does not render
In a gallery settings.yaml, the image with filename test pic.jpg does not render in the browser. There's just a gray background.
sections:
- type: full-pictureimage: test pic.jpg
It works if the space is removed (and the underlying file appropriately renamed).
sections:
- type: full-pictureimage: test-pic.jpg
I'm a bit at a loss with this one. No idea what's causing it.