changeset 139:2889d85b1d32

Fix outdate information and bug in default theme's main page.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 29 Nov 2014 15:33:05 -0800
parents b540d431f2da
children 63798c9e5a55
files piecrust/resources/theme/pages/_index.html
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/piecrust/resources/theme/pages/_index.html	Sat Nov 29 15:32:19 2014 -0800
+++ b/piecrust/resources/theme/pages/_index.html	Sat Nov 29 15:33:05 2014 -0800
@@ -18,7 +18,7 @@
 
 <--markdown-->
 
-{% if not pagination.has_posts or not site.hide_quickstart %}
+{% if not pagination.has_posts and not site.hide_quickstart %}
 
 ## Quick Start
 
@@ -41,7 +41,7 @@
 To override this default home page, you can do one of the following:
 
 * Just hide this "quick start" section by setting the `hide_quickstart` property
-  to `true` in your site configuration. To do this, edit `_content/config.yml`
+  to `true` in your site configuration. To do this, edit `config.yml`
   and `hide_quickstart: true` under the `site` section.
 
 * Manually rewrite this page by creating `_content/pages/_index.md` or running