Logs for #nikola for 2016-02-09

02:27:23 <scoates> Is there a way for me to get the post's title from within here? https://github.com/getnikola/nikola/blob/master/nikola/data/themes/base-jinja/templates/base_header.tmpl#L5
08:06:47 <ChrisWarrick> KwBot: tell scoates You could get it only if you are on a post page (check with `pagekind`) via {{ post.title() }} or possibly {{ title }}.
08:06:47 <KwBot> ChrisWarrick: acknowledged.
08:15:31 <DrDoofenshmirtz> Hey, I am trying to update Nikola so I ran 'pip install --upgrade "Nikola[extras]"' which resulted in https://gist.github.com/disconsented/c9a4ad436306b0973338 , any ideas?
08:18:00 <ChrisWarrick> DrDoofenshmirtz: Pillow install crashed because you don’t have the correct JPEG libraries
08:18:28 <ChrisWarrick> DrDoofenshmirtz: To fix, try apt-get build-dep python3-pillow
08:20:58 <DrDoofenshmirtz> I thought it was trying to build it there /?
08:48:32 <amokleben> DrDoofenshmirtz: Pillow itself uses external libs that need to be installed on the system
08:49:04 <DrDoofenshmirtz> Ran it a couple of times in the virtual enviro then it stopped complaining
08:49:13 <DrDoofenshmirtz> Site still builds so Ill consider that 'working'
14:27:20 <KwBot> scoates: 08:06:47 <ChrisWarrick> You could get it only if you are on a post page (check with `pagekind`) via {{ post.title() }} or possibly {{ title }}.
14:35:00 <ralsina> ChrisWarrick: will do in the afternoon!