Logs for #nikola for 2016-01-15

02:41:37 <chessigham> I'm having a problem with ipython notebooks. The title is getting mangled when it's converted: http://dadatho.me/notebooks/hw2/
08:01:32 <ChrisWarrick> chessigham: you are using an outdated version of Nikola, we fixed it a while ago. If you are using the newest version, then you probably didn't specify a title in the meta data, which is necessary for ipynb
18:10:00 <gour> if i use 'thumbnail' directive for the image with 'align-center' and the image is not centered, that's due to 'bug' in theme?
18:27:39 <ChrisWarrick> gour: what 'align-center'? What is the resulting CSS?
18:27:42 <ChrisWarrick> HTML?*
18:29:53 <gour> <a class="reference external image-reference" href="offering_2011_installation_lunch.jpg"><img alt="Bhoga offering" class="align-center" src="offering_2011_installation_lunch.thumbnail.jpg"></a>
18:32:37 <ChrisWarrick> gour: your CSS doesn’t have the class.
18:33:33 <gour> ChrisWarrick: with e.g lanyon theme it's ok...problem is with foundation6
18:34:00 <ChrisWarrick> gour: How does the 'align-center' thing work? Does your theme use rst.css?
18:36:05 <gour> ChrisWarrick: see https://getnikola.com/handbook.html#thumbnails it's not my theme, but the one recently announced on ml
18:37:02 <ChrisWarrick> gour: Where’s the align-center part? Does the theme of your choice* use rst.css?
18:40:20 <gour> ChrisWarrick: it looks as it does not
18:40:33 <ChrisWarrick> gour: report a bug and use it
18:43:10 <gour> ChrisWarrick: thanks. that helped. i'll report
19:53:50 * gour created PR for foundation6 theme
22:39:52 <chessigham> ChrisWarrick: Thanks, I found the right meta data to add.