07:49:02 <Disconsented> https://disconsented.com/stories/resources/ Any ideas on how to resolve the issue at the bottom of this page? 07:51:12 <ChrisWarrick> Disconsented: it might be named `type` 07:51:57 <Disconsented> same issue 07:52:03 <Disconsented> Updated the page 07:52:56 <ChrisWarrick> I take it you’re running an up-to-date version of Nikola? 07:53:07 <Disconsented> Nope, I'll update and try again 07:54:05 <Disconsented> On that note.. How? Do I just run the install process again? 07:54:21 <ChrisWarrick> pip install --upgrade Nikola 07:55:37 <Disconsented> updated to v7.8.0, same issue, already rebuilt the site 08:09:34 <ChrisWarrick> Disconsented: I can’t reproduce, but there seems to be something wrong with `type` itself 08:12:53 <Disconsented> changed it back to post_type, tried to rebuild the site and got https://gist.github.com/disconsented/d1c141255db127c18da7bfdba210e52e 08:15:04 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/viR6s 08:15:04 -GitHub[nikola]:#nikola- nikola/master da040b0 Chris Warrick: Accept 'page' and 'pages' as post-list type values... 08:15:57 <Disconsented> Oh neat 08:16:27 <ChrisWarrick> Disconsented: Your error can be fixed by taking the full post_list.py file from GitHub and replacing your local copy with it 08:17:50 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/viR64 08:17:50 -GitHub[nikola]:#nikola- nikola/master 4a2044e Chris Warrick: Changelog for da040b0... 08:19:05 <ChrisWarrick> (it’s another bug: https://github.com/getnikola/nikola/issues/2489 ) 08:19:32 <Disconsented> Ah, missed that 08:20:00 <Disconsented> pull into site-packages or dist-packages? 08:21:17 -travis-ci:#nikola- getnikola/nikola#7569 (master - da040b0 : Chris Warrick): The build passed. 08:21:18 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/76b0433497f0...da040b0fce69 08:21:18 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/158931047 08:21:46 <Disconsented> error says dist-packages so Ill try that first 08:22:29 <ChrisWarrick> Disconsented: not even pull 08:22:41 <Disconsented> by pull I meant wget 08:22:58 <ChrisWarrick> to the same location your error message shows 08:23:55 -travis-ci:#nikola- getnikola/nikola#7570 (master - 4a2044e : Chris Warrick): The build passed. 08:23:56 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/da040b0fce69...4a2044e18ed1 08:23:56 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/158931184 08:29:54 <Disconsented> Ah thats got it 08:29:57 <Disconsented> cheers ChrisWarrick 08:30:07 <ChrisWarrick> you're welcome 17:24:39 <gour> what do you think about pluginshortcut like this: http://diblas.net/plugins/cookies-policy-grav-cms-plugin-shows-the-european-community-cookies-law-policy-disclaimer for Nikola? 17:25:33 <gour> *plugin/shortcut 17:25:46 <gour> ahh, plugin/shortcode 17:46:51 <ChrisWarrick> gour: this has to be a custom template addition 17:48:04 <ChrisWarrick> gour: Just find a cookie plugin that you like the most and that speaks your language (or throw together your own) and put it in your templates 18:10:45 <gour> ChrisWarrick: ok, thanks