01:33:36 <Aeyoun> [Tritium]: You have a index.html in addition to the one auto-generated for you. You need to remove your own index or disable category’s index. 01:50:54 <[Tritium]> I had STRIP_INDEXES on 01:51:26 <[Tritium]> either way, i reverted it to default behavior so all is well 07:24:53 -GitHub[sites]:#nikola- [nikola-users] Kwpolska pushed 2 new commits to master: http://git.io/vCnMx 07:24:53 -GitHub[sites]:#nikola- nikola-users/master de020a2 Chris Warrick: Add language links to tiles... 07:24:53 -GitHub[sites]:#nikola- nikola-users/master 219be68 Chris Warrick: Move CSS to a separate file... 07:43:28 -GitHub[sites]:#nikola- [nikola-users] Kwpolska pushed 1 new commit to master: http://git.io/vCnSU 07:43:28 -GitHub[sites]:#nikola- nikola-users/master 932661f Chris Warrick: Mobile fixes... 09:17:12 <batisteo> Hi all! I would like to add the support for the Hungarian language. 09:17:18 <batisteo> What should I do? 10:34:42 <ChrisWarrick> batisteo: thanks for your contribution! 10:35:45 <batisteo> Should I PR nikola/nikola.py also? 10:36:29 <batisteo> (You're welcome!) 10:37:37 <ChrisWarrick> batisteo: I’m just finishing up 10:38:02 <batisteo> Oh, cool 10:38:17 <batisteo> Don't pull from transifex right now 10:38:44 <batisteo> I'm french, i need my girlfriend to review it before! :) 10:38:52 <ChrisWarrick> batisteo: well, too late 10:38:55 <batisteo> :D 10:38:59 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: http://git.io/vCctZ 10:38:59 -GitHub[nikola]:#nikola- nikola/master 3f97bb1 Chris Warrick: Add Hungarian (thanks @batisteo)... 10:39:15 <ChrisWarrick> batisteo: ping me if you change anything (here or in a github issue) 10:39:23 <batisteo> I guess i'll be good enough! 10:39:29 <batisteo> Great! 10:43:32 -travis-ci:#nikola- getnikola/nikola#6542 (master - 3f97bb1 : Chris Warrick): The build is still failing. 10:43:33 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/bd932db2a5b7...3f97bb12f90c 10:43:33 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/84761576 10:50:14 <KwBot> [nikola] yamila-moreno opened issue #2140: AttributeError: 'bool' object has no attribute 'format' https://github.com/getnikola/nikola/issues/2140 15:17:22 <KwBot> [nikola-users] Kwpolska opened issue #8: Convince people to add their sites https://github.com/getnikola/nikola-users/issues/8 15:39:09 -GitHub[sites]:#nikola- [nikola-users] Kwpolska pushed 1 new commit to master: http://git.io/vCCfh 15:39:09 -GitHub[sites]:#nikola- nikola-users/master 5915c04 Chris Warrick: Quote title in e-mails... 16:10:13 <[Tritium]> TIL: https://formspree.io/ + .. raw:: html + bootstrap form style == a really decent contact form 17:04:16 <phoe6> [Tritium]: my learning for today was the form action taking '//' - form action="// 17:05:46 <[Tritium]> thats a browser thing... //some.domain.name/ will use the protocol THAT page was loaded with. if your page was loaded https, it will try https. if your page was loaded http, then it will try http 17:06:44 <phoe6> Yeah, isn't cross domain posting protected or disallowed by default? 17:07:58 <[Tritium]> phoe6: ...n...no? CSRF protection is server side... and if the service is accepting form posts from random strangers, then, they wouldnt implement it 17:08:42 <phoe6> I see, got it. 19:02:52 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: http://git.io/vCCyB 19:02:52 -GitHub[nikola]:#nikola- nikola/master ce985b0 Chris Warrick: Update Hungarian translation...