var LOCAL = { path: 'categories/Python/', favicon: { show: "(●´3`●)Goooood", hide: "(´Д`)Booooom" }, search : { placeholder: "Search for Posts", empty: "We didn't find any results for the search: ${query}", stats: "${hits} results found in ${time} ms" }, valine: true,fancybox: true, copyright: 'Copied to clipboard successfully!
All articles in this blog are licensed under BY-NC-SA.', ignores : [ function(uri) { return uri.includes('#'); }, function(uri) { return new RegExp(LOCAL.path+"$").test(uri); } ] };