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
Right now updatecategory assumes all pages are images.
updatecategory
images = [img for img in site.Categories[category]]
Which causes make_media() to fail on img.imageinfo because Pages/Categories don't have imageinfo attribute.
make_media()
img.imageinfo
The text was updated successfully, but these errors were encountered:
b8f436b
PierreSelim
No branches or pull requests
Right now
updatecategory
assumes all pages are images.Which causes
make_media()
to fail onimg.imageinfo
because Pages/Categories don't have imageinfo attribute.The text was updated successfully, but these errors were encountered: