Logs for #nikola for 2017-09-23

01:47:43 <mvignau> hi! I want to create a sidebar.html. It changes a lot, so I don't want to include it statically on every page on my blog, I prefer to use javascript to load it. I found my way to generate it, and use jquery .load. But I found a path issue, because js use always rel paths
08:19:36 <ChrisWarrick> !tell mvignau JS can use a root-relative path like /sidebar.html. https://themes.getnikola.com/v8/base/ uses https://themes.getnikola.com/assets/js/pkgindex.js
08:19:36 <KwBot> ChrisWarrick: acknowledged.
14:11:37 <nstr> Hi, is there a simple-ish way to make the title of the generated index.html to be "blogname" instead of "blogname | blogname"?
14:31:49 <KwBot> mvignau: 08:19:36 <ChrisWarrick> JS can use a root-relative path like /sidebar.html. https://themes.getnikola.com/v8/base/ uses https://themes.getnikola.com/assets/js/pkgindex.js
14:34:23 <mvignau> thanks! 
16:02:11 <ChrisWarrick> nstr: There’s a setting for that
16:22:34 <nstr> ChrisWarrick: I feel so stupid, been reading through conf.py without finding it, may I ask which setting that is? I feel like I'm missing something obvious
16:23:14 <ChrisWarrick> nstr: INDEXES_TITLE might help