getnikola / nikola-themes

Themes for Nikola
https://themes.getnikola.com/
70 stars 51 forks source link

[bnw] gallery_shortcode: Generating galleries not working with that theme #210

Open sysdef opened 1 year ago

sysdef commented 1 year ago

With theme bnw this ends up in

  File "/home/user/nikola-testsite/plugins/gallery_shortcode/gallery_shortcode.py", line 58, in handler
    text = [e.text for e in dom.xpath('//script') if e.text and 'jsonContent = ' in e.text][0]
IndexError: list index out of range

With other templates it's running well.