04:26:46 <KwBot> [nikola] MrClever opened issue #1921: "nikola auto" serving implicit index.html with wrong mime type https://github.com/getnikola/nikola/issues/1921 12:00:54 <Aeyoun> I fixed that yesterday! 12:01:38 <Aeyoun> Don't have my Github login handy to comment on the issue, but it should be fixed on master already. 12:02:20 <Aeyoun> https://github.com/getnikola/nikola/commit/5d894a9e0581610b5720e5b531eb41b3b54b1dce 12:02:47 <Aeyoun> (On mobile away from my laptop right now.) 12:10:48 <KwBot> [nikola] Aeyoun closed issue #1921: "nikola auto" serving implicit index.html with wrong mime type https://github.com/getnikola/nikola/issues/1921 12:10:52 <KwBot> [nikola] Aeyoun assigned issue #1921 to Aeyoun: "nikola auto" serving implicit index.html with wrong mime type https://github.com/getnikola/nikola/issues/1921 13:37:33 <ChrisWarrick> github is functional on mobile 21:48:18 <Aeyoun> ChrisWarrick: my pass client db on Android is corrupt and I can’t be bothered to uninstall and set it up again, so didn’t have access to my password. 22:34:02 <Aeyoun> ralsina ChrisWarrick will Nikola always use relative urls? or is there an absolute url option? 23:23:57 -GitHub[nikola]:#nikola- [nikola] Aeyoun pushed 1 new commit to master: http://git.io/vOG0S 23:23:57 -GitHub[nikola]:#nikola- nikola/master 465fa43 Daniel Aleksandersen: Include <base> elements early in <head>... 23:29:23 -travis-ci:#nikola- getnikola/nikola#5869 (master - 465fa43 : Daniel Aleksandersen): The build was broken. 23:29:24 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/15217bc93f0a...465fa43292e7 23:29:24 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/73728688 23:30:16 <Aeyoun> That had unintended consequences with mako. o.O 23:31:45 -GitHub[nikola]:#nikola- [nikola] Aeyoun pushed 1 new commit to master: http://git.io/vOGzs 23:31:45 -GitHub[nikola]:#nikola- nikola/master 501579d Daniel Aleksandersen: Document fixing 5d894a9. 23:35:46 -travis-ci:#nikola- getnikola/nikola#5870 (master - 501579d : Daniel Aleksandersen): The build is still failing. 23:35:47 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/465fa43292e7...501579dd7fe9 23:35:47 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/73728960 23:48:00 <ralsina> Aeyoun: URL_TYPE 23:48:09 <ralsina> # URLs to other posts/pages can take 3 forms: 23:48:09 <ralsina> # rel_path: a relative URL to the current page/post (default) 23:48:09 <ralsina> # full_path: a URL with the full path from the root 23:48:09 <ralsina> # absolute: a complete URL (that includes the SITE_URL) 23:48:09 <ralsina> # URL_TYPE = 'rel_path' 23:50:40 <ralsina> Aeyoun: that's why we use PRs dude 23:51:20 <Aeyoun> I didn’t expect lxml to be so … involved.