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
When using the non-production-mode (only_prod: true) the captions aren't written to the page, they only appear on the page when compiling for production, which is not very good when developing/writing posts.
When using the non-production-mode (
only_prod: true
) the captions aren't written to the page, they only appear on the page when compiling for production, which is not very good when developing/writing posts.Reason is that
jekyll-cloudinary/lib/jekyll/cloudinary.rb
Line 272 in b42e906
figure
is checked below (L316 and following).The text was updated successfully, but these errors were encountered: