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
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-L516
template.go
If this is currently not possible it might be a useful feature in the future.
The text was updated successfully, but these errors were encountered:
👋 @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
I'll added it into my list. Thank!
Sorry, something went wrong.
No branches or pull requests
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-L516
If this is currently not possible it might be a useful feature in the future.
The text was updated successfully, but these errors were encountered: