From f56b699d5b0551c686b1c6aa2df1d59364068306 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Fri, 6 Feb 2015 14:30:02 -0800 Subject: [PATCH] Fix quotes in faq --- docs/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index c749c262..86f12462 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -144,8 +144,8 @@ your home page. The following Markdown example could be stored in Thank you for visiting. Welcome! 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 -the ``''index'`` direct template. +different location by setting ``INDEX_SAVE_AS = 'blog_index.html'`` for +the ``'index'`` direct template. What if I want to disable feed generation? ==========================================