We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bridgetown Version: 0.21
To Reproduce
bridgetown new data_test
content_engine: resource
bridgetown.config.yml
_data
album_1.yml
album_2.yml
bundle exec bridgetown console
site.data.gallery
Current behavior
Only the data from one of the album files will be printed.
>> site.data.gallery { "album_2" => [ [0] { "file" => "2.jpg" }, [1] { "file" => "2.jpg" } ] }
Expected behavior
The data from both files should be printed.
Computing environment:
The text was updated successfully, but these errors were encountered:
Huh, that's definitely unexpected. 😕 I'm guessing there must be an inadvertent overwriting of a preinitialized hash lurking somewhere in there.
Sorry, something went wrong.
Yeah it's pretty strange ... I took a quick peek at the code but couldn't see any obvious issue
Narrator: there was.
Successfully merging a pull request may close this issue.
Bridgetown Version: 0.21
To Reproduce
bridgetown new data_test
content_engine: resource
tobridgetown.config.yml
_data
called "gallery"album_1.yml
andalbum_2.yml
and put some content in thembundle exec bridgetown console
and thensite.data.gallery
Current behavior
Only the data from one of the album files will be printed.
Expected behavior
The data from both files should be printed.
Computing environment:
The text was updated successfully, but these errors were encountered: