Closed PierreMarchand20 closed 2 years ago
Have you tried the new masonry view for the Portfolio widget?
My bad, I missed this new feature, it looks good with masonry thanks! It never stops to get better :D
I just thought it was a bug looking at the code (which tests if the item type is event). I let you close if you think this is not a bug.
After checking the wowchemy repo, I think the behavior described in the discussion is a bug.
Describe the bug
Authors and date appear on project cards.
To Reproduce
Steps to reproduce the behavior:
Actually you can check the preview (https://academic-demo.netlify.app) and see the date of the project appearing.
Expected behavior
Authors and date should not appear on project card, as discussed, it did not before, and looking at the code: https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/wowchemy/layouts/partials/views/card.html#L25 it should only appear for events.
Technical details:
go.mod
):go 1.15
require ( github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220307125723-f79d02251851 // indirect github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220307125723-f79d02251851 // indirect )