# HG changeset patch # User Ludovic Chabant # Date 1519878048 28800 # Node ID 6ab1299c10589041c66a4b5b1efe4f9f7373221f # Parent 4cc020ff2537af57927e95f78b77f89b98d16c0e theme: Fix quickstart message formatting. diff -r 4cc020ff2537 -r 6ab1299c1058 piecrust/resources/theme/pages/_index.html --- a/piecrust/resources/theme/pages/_index.html Wed Feb 28 20:16:33 2018 -0800 +++ b/piecrust/resources/theme/pages/_index.html Wed Feb 28 20:20:48 2018 -0800 @@ -1,6 +1,6 @@ --- title: -format: none +format: markdown --- {% if pagination.has_posts %} @@ -16,8 +16,6 @@ {% endif %} -<--markdown--> - {% if not pagination.has_posts and not site.hide_quickstart %} ## Quick Start @@ -57,5 +55,6 @@ [piecrust]: {{ piecrust.url }} [doc]: http://bolt80.com/piecrust/ [slug]: http://en.wikipedia.org/wiki/Clean_URL#Slug + {% endif %}