Merge pull request #1614 from Carreau/patch-1

Fix quotes in FAQ
This commit is contained in:
Justin Mayer 2015-02-08 16:50:37 -08:00
commit 08f73d7d91

View file

@ -144,8 +144,8 @@ your home page. The following Markdown example could be stored in
Thank you for visiting. Welcome! Thank you for visiting. Welcome!
If the original blog index is still wanted, it can then be saved in a If the original blog index is still wanted, it can then be saved in a
different location by setting ``INDEX_SAVE_AS = 'blog_index.html`` for different location by setting ``INDEX_SAVE_AS = 'blog_index.html'`` for
the ``''index'`` direct template. the ``'index'`` direct template.
What if I want to disable feed generation? What if I want to disable feed generation?
========================================== ==========================================