gouthambs / Flask-Blogging

A Markdown Based Python Blog Engine as a Flask Extension.
http://flask-blogging.readthedocs.org/en/latest/
MIT License
688 stars 159 forks source link

Not able to override "index.html" #143

Open akashdve opened 3 years ago

akashdve commented 3 years ago

I have created a template extending "index.html" (to show blog page) in which I had to change some elements in navbar. Even after creating a custom app route for "/blog" endpoint, it is only calling "index.html" to show blog posts. It seems that it is hard coded to serve 'index.html' on visiting '/blog'.