# HG changeset patch # User Ludovic Chabant # Date 1417303985 28800 # Node ID 2889d85b1d3204fb370c1b33a7cb2577750776a8 # Parent b540d431f2da62ee3d0b96dfda91d7d6e0d2f92c Fix outdate information and bug in default theme's main page. diff -r b540d431f2da -r 2889d85b1d32 piecrust/resources/theme/pages/_index.html --- 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