Open codello opened 3 years ago
👋 @codello
That section you highlight is use by PhotoSwipe. The photo collection section on the page is actually generate via client side JavaScript https://github.com/moulco/moul-collection/blob/master/src/index.js
If this is currently not possible it might be a useful feature in the future.
I'll added it into my list. Thank!
Hey, I just discovered this project. Very cool. Is there a way to add captions to images (e.g. a title or some metadata)? I saw that in the
template.go
there is something about a caption but I wasn't able to find any related code how to add captions to images. https://github.com/moulco/moul/blob/bfe9508bb78acff67a0979cc9751309ecf7d0fa0/internal/template.go#L514-L516If this is currently not possible it might be a useful feature in the future.