I have a pelican blog and I want to remove the .html extension from the URL. I added the following to pelicanconf.py The problem is that invoke livereload doesn’t serve the urls without html extension. pelican –autoreload –listen does, but it doesn’t automatically refresh my browser on…